DictionaryGet メソッド
Returns the value associated with the specified key or the default value if the key doesn't exist.

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

returnValue = instance.Get(key, defaultValue)

パラメータ

key
型: SystemString
defaultValue
型: SystemObject

戻り値

型: Object
参照