共用方式為


MobileErrorInfo.Item[String] 屬性

定義

使用指定的索引鍵,從內部字典或雜湊資料表傳回字串值。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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

字串,可辨識資料存放區中的唯一項目。

屬性值

使用指定的索引鍵之內部字典或雜湊資料表中的字串值。

適用於

另請參閱