UpdatePanel.IAttributeAccessor.GetAttribute(String) Metoda

Definice

Vrátí atribut webového ovládacího prvku pomocí zadaného názvu.

 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

Parametry

key
String

Název atributu

Návraty

String

Hodnota atributu.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho UpdatePanel použít pouze v případě, že je instance přetypována do IAttributeAccessor rozhraní.

Platí pro