XhtmlControlAdapter.GetCustomAttributeValue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したカスタム属性の値を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「
オーバーロード
| 名前 | 説明 |
|---|---|
| GetCustomAttributeValue(String) |
関連付けられたコントロールのマークアップから、指定した属性の値を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| GetCustomAttributeValue(MobileControl, String) |
指定したコントロールから、指定した属性の値を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
GetCustomAttributeValue(String)
関連付けられたコントロールのマークアップから、指定した属性の値を取得します。 この API は廃止されています。 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 モバイル アプリケーションの開発方法については、「
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
属性の名前。
返品
指定したカスタム属性の値を含む文字列。
注釈
このメソッドは、主にカスタム アダプターの開発者によって使用されます。