| DictionaryContainsKey メソッド |
Returns true if the key is present, false otherwise.
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文Dim instance As Dictionary
Dim key As String
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
パラメータ
- key
- 型: SystemString
Key
戻り値
型:
Boolean
参照