次の方法で共有


DictionaryEntry.Value プロパティ

キーと値の組み合わせ内の値を取得または設定します。

Public Property Value As Object
[C#]
public object Value {get; set;}
[C++]
public: __property Object* get_Value();public: __property void set_Value(Object*);
[JScript]
public function get Value() : Object;public function set Value(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 名前空間