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,才能使用它。

适用于

另请参阅