DeviceSpecificChoice.SetAttribute(String, String) Método

Definição

Atribui o valor dado ao atributo especificado pela chave. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com 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)

Parâmetros

key
String

O nome do atributo a definir.

value
String

O valor atribuído ao atributo.

Aplica-se a

Ver também