UpdatePanel.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

属性名。

返回

String

属性的值。

实现

注解

此成员是显式接口成员的实现。 它只能在 UpdatePanel 实例被强制转换为 IAttributeAccessor 接口时使用。

适用于