XhtmlControlAdapter.GetCustomAttributeValue 方法

定义

获取指定自定义特性的值。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

重载

GetCustomAttributeValue(String)

从关联控件的标记中获取指定特性的值。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

GetCustomAttributeValue(MobileControl, String)

从给定控件中获取指定特性的值。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

GetCustomAttributeValue(String)

从关联控件的标记中获取指定特性的值。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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 移动应用程序的信息,请参阅 移动应用 & 具有 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

属性名。

返回

一个字符串,它包含指定自定义属性的值。

注解

此方法主要由自定义适配器的开发人员使用。

另请参阅

适用于