指定した値に対応するキーを取得します。
Function GetKey( _
ByVal value As Object _) As Object
[C#]
object GetKey(
objectvalue);
[C++]
Object* GetKey(
Object* value);
[JScript]
function GetKey(
value : Object) : Object;
パラメータ
- value
ディクショナリ内で検索する値。
戻り値
関連付けられているキー。キーがない場合は null 参照 (Visual Basic では Nothing) 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
IDictionaryService インターフェイス | IDictionaryService メンバ | System.ComponentModel.Design 名前空間