次の方法で共有


DeviceSpecificChoice.IAttributeAccessor.GetAttribute(String) メソッド

定義

このメンバーの詳細については、「GetAttribute(String)」をご覧ください。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

 virtual System::String ^ System.Web.UI.IAttributeAccessor.GetAttribute(System::String ^ key) = System::Web::UI::IAttributeAccessor::GetAttribute;
 virtual System::String ^ System.Web.UI.IAttributeAccessor.GetAttribute(System::String ^ name) = System::Web::UI::IAttributeAccessor::GetAttribute;
string IAttributeAccessor.GetAttribute (string key);
string IAttributeAccessor.GetAttribute (string name);
abstract member System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
override this.System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
abstract member System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
override this.System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
Function GetAttribute (key As String) As String Implements IAttributeAccessor.GetAttribute
Function GetAttribute (name As String) As String Implements IAttributeAccessor.GetAttribute

パラメーター

keyname
String

設定する属性の名前。

戻り値

指定した属性の値を格納している String

実装

注釈

属性の値。

適用対象

こちらもご覧ください