次の方法で共有


XhtmlControlAdapter.GetCustomAttributeValue メソッド

定義

指定したカスタム属性の値を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

オーバーロード

名前 説明
GetCustomAttributeValue(String)

関連付けられたコントロールのマークアップから、指定した属性の値を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

GetCustomAttributeValue(MobileControl, String)

指定したコントロールから、指定した属性の値を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

GetCustomAttributeValue(String)

関連付けられたコントロールのマークアップから、指定した属性の値を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

protected:
 virtual System::String ^ GetCustomAttributeValue(System::String ^ attributeName);
protected virtual string GetCustomAttributeValue(string attributeName);
abstract member GetCustomAttributeValue : string -> string
override this.GetCustomAttributeValue : string -> string
Protected Overridable Function GetCustomAttributeValue (attributeName As String) As String

パラメーター

attributeName
String

属性の名前。

返品

指定したカスタム属性の値を含む文字列。

このメソッドは、主にカスタム アダプターの開発者によって使用されます。

こちらもご覧ください

適用対象

GetCustomAttributeValue(MobileControl, String)

指定したコントロールから、指定した属性の値を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

protected:
 virtual System::String ^ GetCustomAttributeValue(System::Web::UI::MobileControls::MobileControl ^ control, System::String ^ attributeName);
protected virtual string GetCustomAttributeValue(System.Web.UI.MobileControls.MobileControl control, string attributeName);
abstract member GetCustomAttributeValue : System.Web.UI.MobileControls.MobileControl * string -> string
override this.GetCustomAttributeValue : System.Web.UI.MobileControls.MobileControl * string -> string
Protected Overridable Function GetCustomAttributeValue (control As MobileControl, attributeName As String) As String

パラメーター

control
MobileControl

属性値の取得元となるモバイル コントロール。

attributeName
String

属性の名前。

返品

指定したカスタム属性の値を含む文字列。

注釈

このメソッドは、主にカスタム アダプターの開発者によって使用されます。

こちらもご覧ください

適用対象