UpdatePanel.IAttributeAccessor.GetAttribute(String) Metod

Definition

Returnerar ett attribut för en webbkontroll med ett angivet namn.

 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.

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 UpdatePanel skickas till ett IAttributeAccessor gränssnitt.

Gäller för