MobileControl.IAttributeAccessor.GetAttribute(String) Metoda

Definice

Popis této metody naleznete v tématu GetAttribute(String). Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobile Apps & Weby s ASP.NET

 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

Název atributu, který chcete získat.

Návraty

Hodnota zadaného atributu.

Implementuje

Poznámky

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

Platí pro

Viz také