KeyboardAction.Key (Propiedad)

Obtiene o establece la tecla que se presionó.

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

Valor de propiedad

Tipo: System.Windows.Forms.Keys
Tecla que se presionó.

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)

Keys

PropertyChanged