MobileErrorInfo.Item[String] プロパティ

定義

指定されたキーを使用して、内部ディクショナリまたはハッシュ テーブルから文字列値を返します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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

パラメーター

key
String

データ ストア内の項目を一意に識別する文字列。

プロパティ値

指定されたキーを使用した内部ディクショナリまたはハッシュ テーブルの文字列値。

適用対象

こちらもご覧ください