XhtmlControlAdapter.GetCustomAttributeValue Metoda

Definicja

Pobiera wartość określonego atrybutu niestandardowego. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

Przeciążenia

GetCustomAttributeValue(String)

Pobiera wartość określonego atrybutu z znaczników skojarzonej kontrolki. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

GetCustomAttributeValue(MobileControl, String)

Pobiera wartość określonego atrybutu z danej kontrolki. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

GetCustomAttributeValue(String)

Pobiera wartość określonego atrybutu z znaczników skojarzonej kontrolki. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

protected:
 virtual System::String ^ GetCustomAttributeValue(System::String ^ attributeName);
protected virtual string GetCustomAttributeValue (string attributeName);
abstract member GetCustomAttributeValue : string -> string
override this.GetCustomAttributeValue : string -> string
Protected Overridable Function GetCustomAttributeValue (attributeName As String) As String

Parametry

attributeName
String

Nazwa atrybutu.

Zwraca

Ciąg zawierający wartość określonego atrybutu niestandardowego.

Ta metoda jest używana głównie przez deweloperów niestandardowych kart.

Zobacz też

Dotyczy

GetCustomAttributeValue(MobileControl, String)

Pobiera wartość określonego atrybutu z danej kontrolki. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

protected:
 virtual System::String ^ GetCustomAttributeValue(System::Web::UI::MobileControls::MobileControl ^ control, System::String ^ attributeName);
protected virtual string GetCustomAttributeValue (System.Web.UI.MobileControls.MobileControl control, string attributeName);
abstract member GetCustomAttributeValue : System.Web.UI.MobileControls.MobileControl * string -> string
override this.GetCustomAttributeValue : System.Web.UI.MobileControls.MobileControl * string -> string
Protected Overridable Function GetCustomAttributeValue (control As MobileControl, attributeName As String) As String

Parametry

control
MobileControl

Kontrolka mobilna, z której ma być pobierana wartość atrybutu.

attributeName
String

Nazwa atrybutu.

Zwraca

Ciąg zawierający wartość określonego atrybutu niestandardowego.

Uwagi

Ta metoda jest używana głównie przez deweloperów niestandardowych kart.

Zobacz też

Dotyczy