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

コントロールのキーを表す文字列です。

プロパティ値

指定されたキーにあるアイテムの値を表す文字列です。

実装

適用対象