UpdateProgress.IAttributeAccessor.GetAttribute(String) 方法

定義

透過指定名稱回傳網頁控制項的屬性。

 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 介面時使用。

適用於