UserControl.IAttributeAccessor.GetAttribute(String) 方法

定义

返回指定用户控件属性的值。

 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

要获取其值的属性的名称。

返回

String

指定用户控件属性的值。

实现

注解

IAttributeAccessor.GetAttribute使用该方法获取未作为控件属性公开的控件属性的值。

适用于

另请参阅