Condividi tramite


DeviceSpecificChoice.SetAttribute(String, String) Metodo

Definizione

Assegna il valore dato all'attributo specificato dalla chiave. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni ASP.NET per dispositivi mobili, vedere App per dispositivi mobili & Siti con 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)

Parametri

key
String

Nome dell'attributo da impostare.

value
String

Valore assegnato all'attributo.

Si applica a

Vedi anche