Compartir a través de


RemoveKeysAction.Key (Propiedad)

Obtiene o establece la tecla coincidente en las acciones que se van a quitar.

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
    Get
    Set
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
La tecla que se va a hacer coincidir.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

RemoveKeysAction Clase

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

PropertyChanged

Keys