DeviceSpecificChoice.SetAttribute(String, String) Metoda

Definicja

Przypisuje daną wartość do atrybutu określonego przez klucz. 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:
 void SetAttribute(System::String ^ key, System::String ^ value);
protected void SetAttribute (string key, string value);
member this.SetAttribute : string * string -> unit
Protected Sub SetAttribute (key As String, value As String)

Parametry

key
String

Nazwa atrybutu do ustawienia.

value
String

Wartość przypisana do atrybutu.

Dotyczy

Zobacz też