UpdateProgress.IAttributeAccessor.GetAttribute(String) 方法

定义

使用指定名称返回 Web 控件的属性。

 virtual System::String ^ System.Web.UI.IAttributeAccessor.GetAttribute(System::String ^ key) = System::Web::UI::IAttributeAccessor::GetAttribute;
string IAttributeAccessor.GetAttribute(string key);
abstract member System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
override this.System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
Function GetAttribute (key As String) As String Implements IAttributeAccessor.GetAttribute

参数

key
String

要返回的属性的名称。

返回

特性的值。

实现

注解

此成员是显式接口成员实现。 仅当实例强制转换为UpdateProgress接口时IAttributeAccessor,才能使用它。

适用于