SendKeysAction.TextValue (Propiedad)

Obtiene o establece el texto de esta acción que se puede cifrar en función del valor de la propiedad IsEncoded.

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 TextValue As EncryptionInformation
public EncryptionInformation TextValue { get; set; }
public:
property EncryptionInformation^ TextValue {
    EncryptionInformation^ get ();
    void set (EncryptionInformation^ value);
}
member TextValue : EncryptionInformation with get, set
function get TextValue () : EncryptionInformation
function set TextValue (value : EncryptionInformation)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.EncryptionInformation
El texto de la acción.

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

EncryptionInformation

IsEncoded