Udostępnij za pośrednictwem


MobileControl.GetAttribute(String) Metoda

Definicja

Pobiera określoną właściwość atrybutu z kontrolki. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

protected:
 System::String ^ GetAttribute(System::String ^ name);
protected string GetAttribute (string name);
member this.GetAttribute : string -> string
Protected Function GetAttribute (name As String) As String

Parametry

name
String

Element String określający nazwę atrybutu kontroli serwera.

Zwraca

Element String reprezentujący wartość określonego atrybutu; jeśli żaden atrybut z określonym name atrybutem nie istnieje, to null.

Uwagi

Metoda GetAttribute zwraca atrybuty przechowywane we CustomAttributes właściwości . Jeśli CustomAttributes parametr ma nullwartość , GetAttribute funkcja zwróci również wartość null.

Dotyczy

Zobacz też