指定したキーに対応する値を取得します。
Function GetValue( _
ByVal key As Object _) As Object
[C#]
object GetValue(
objectkey);
[C++]
Object* GetValue(
Object* key);
[JScript]
function GetValue(
key : Object) : Object;
パラメータ
- key
値を検索する対象のキー。
戻り値
関連付けられている値。値がない場合は 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 名前空間