UserControl.IAttributeAccessor.GetAttribute(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定之使用者控制項屬性的值。
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使用 方法來取得控制項屬性的值,這些屬性不會公開為控制項上的屬性。