Dictionary  Conversion (Dictionary to DictionaryString, Object)
Explicite casting to a Dictionary<string, object> type

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim input As Dictionary
Dim output As Dictionary(Of String, Object)

output = CType(input, Dictionary(Of String, Object))

パラメータ

d
型: SeleniumDictionary
Dictionary

戻り値

型: DictionaryString, Object
参照