共用方式為


DeviceSpecificChoice.GetAttribute(String) 方法

定義

DeviceSpecificChoice 物件中傳回指定的屬性。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

protected:
 System::String ^ GetAttribute(System::String ^ key);
protected string GetAttribute (string key);
member this.GetAttribute : string -> string
Protected Function GetAttribute (key As String) As String

參數

key
String

要取得的屬性名稱。

傳回

String,包含指定之屬性的值。

例外狀況

key 所識別的物件中沒有任何屬性。

適用於

另請參閱