WebControl.IAttributeAccessor.GetAttribute(String) 方法

定义

获取具有指定名称的 Web 控件的特性。

 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

属性名。

返回

属性的值。

实现

注解

方法是 IAttributeAccessor.GetAttribute 显式接口成员实现。 仅当类的 WebControl 实例强制转换为 IAttributeAccessor 接口时,才能使用它。

适用于

另请参阅