SendKeysAction.IsEncoded (Propiedad)

Obtiene o establece un valor que indica si el valor de texto está codificado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Property IsEncoded As Boolean
public bool IsEncoded { get; set; }
public:
property bool IsEncoded {
    bool get ();
    void set (bool value);
}
member IsEncoded : bool with get, set
function get IsEncoded () : boolean
function set IsEncoded (value : boolean)

Valor de propiedad

Tipo: System.Boolean
true si el valor de texto está codificado; de lo contrario, false.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

SendKeysAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

PropertyChanged

TextValue