ViewDataDictionary.Item[String] プロパティ

定義

指定したキーを持つ要素を取得または設定します。

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

パラメーター

index
String

プロパティ値

実装

適用対象