SendKeysAction.ValueAsString (Propiedad)

Obtiene o establece el valor de esta acción como un valor de tipo string.

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 Overrides Property ValueAsString As String
public override string ValueAsString { get; set; }
public:
virtual property String^ ValueAsString {
    String^ get () override;
    void set (String^ value) override;
}
abstract ValueAsString : string with get, set
override ValueAsString : string with get, set
override function get ValueAsString () : String
override function set ValueAsString (value : String)

Valor de propiedad

Tipo: System.String
El valor de texto de esta 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