PropertyDictionary.Item[String] 属性

定义

获取或设置指定键处的项。

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ key); void set(System::String ^ key, System::Object ^ value); };
public object this[string key] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(key As String) As Object

参数

key
String

表示控件的键的字符串。

属性值

表示指定键处的项的字符串。

实现

适用于