WebControl.IAttributeAccessor.GetAttribute(String) Metoda

Definicja

Pobiera atrybut kontrolki Sieci Web o określonej nazwie.

 virtual System::String ^ System.Web.UI.IAttributeAccessor.GetAttribute(System::String ^ name) = System::Web::UI::IAttributeAccessor::GetAttribute;
string IAttributeAccessor.GetAttribute (string name);
abstract member System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
override this.System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
Function GetAttribute (name As String) As String Implements IAttributeAccessor.GetAttribute

Parametry

name
String

Nazwa atrybutu.

Zwraca

Wartość atrybutu.

Implementuje

Uwagi

Metoda IAttributeAccessor.GetAttribute jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy wystąpienie WebControl klasy jest rzutowanie do interfejsu IAttributeAccessor .

Dotyczy

Zobacz też