DeviceSpecificChoice.GetAttribute(String) メソッド

定義

DeviceSpecificChoice オブジェクトから指定した属性を返します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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によって識別されるオブジェクトには属性がありません。

適用対象

こちらもご覧ください