次の方法で共有


XhtmlControlAdapter.GetCustomAttributeValue メソッド

定義

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

オーバーロード

GetCustomAttributeValue(String)

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

GetCustomAttributeValue(MobileControl, String)

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

GetCustomAttributeValue(String)

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

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 モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

属性の名前。

戻り値

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

注釈

このメソッドは、主にカスタム アダプターの開発者が使用します。

こちらもご覧ください

適用対象