MobileErrorInfo.Item[String] 属性

定义

使用给定键从内部字典或哈希表中返回一个字符串值。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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

唯一标识数据存储区中项的字符串。

属性值

使用给定键从内部字典或哈希表中获取的字符串值。

适用于

另请参阅