Dictionary クラス
VBScript/VBA から扱いやすい連想配列(キーと値のペア集合)を提供し、テストデータや一時データを保持するためのクラスです。
継承階層
SystemObject
  SeleniumDictionary
    SeleniumCapabilities

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Dictionary

Dictionary には次のメンバーが定義されています。

コンストラクター
メソッド
  名前説明
公開メソッドAdd
Adds a new value to the dictionary
公開メソッドClear
Clears the dictionary
公開メソッドContainsKey
Returns true if the key is present, false otherwise.
公開メソッドGet
Returns the value associated with the specified key or the default value if the key doesn't exist.
公開メソッドGetEnumerator
Dictionary の列挙子を返します。
公開メソッドRemove
Removes the value for the given key.
公開メソッドSet
Sets the value for the given key. The key is created if missing.
公開メソッドToExcel
Writes the values in an Excel sheet.
ページ先頭
演算子
プロパティ
  名前説明
公開プロパティCount
Returns the number of items
公開プロパティItem
Returns the value for the key
公開プロパティItems
Items
公開プロパティKeys
Returms an array containing the keys
公開プロパティValues
Returms an array containing the values
ページ先頭
参照