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

定義

このメソッドの説明については、GetAttribute(String)を参照してください。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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

パラメーター

name
String

取得する属性の名前。

返品

指定した属性の値。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 MobileControl インスタンスがIAttributeAccessor インターフェイスにキャストされている場合にのみ使用できます。

適用対象

こちらもご覧ください