KeyboardAction.KeyValue (Propiedad)

Obtiene o establece el valor de entrada generado al presionar la tecla.

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

Valor de propiedad

Tipo: System.String
Valor de entrada.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

KeyboardAction Clase

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

PropertyChanged