UpdateProgress.IAttributeAccessor.GetAttribute(String) Metod

Definition

Returnerar ett attribut för en webbkontroll med det angivna namnet.

 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

Parametrar

key
String

Namnet på attributet som ska returneras.

Returer

Värdet för attributet.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen UpdateProgress skickas till ett IAttributeAccessor gränssnitt.

Gäller för