UpdatePanel.IAttributeAccessor.GetAttribute(String) Metoda

Definicja

Zwraca atrybut kontrolki sieci Web przy użyciu określonej nazwy.

 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

Nazwa atrybutu.

Zwraca

String

Wartość atrybutu.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy UpdatePanel wystąpienie jest rzutowanie do interfejsu IAttributeAccessor .

Dotyczy