キーと値の組み合わせ内のキーを取得または設定します。
Public Property Key As Object
[C#]
public object Key {get; set;}
[C++]
public: __property Object* get_Key();public: __property void set_Key(Object*);
[JScript]
public function get Key() : Object;public function set Key(Object);
プロパティ値
キーと値の組み合わせ内のキー。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
参照
DictionaryEntry 構造体 | DictionaryEntry メンバ | System.Collections 名前空間