Propriedade RemoveKeysAction.Key

Obtém ou define a chave correspondente nas ações a serem removidos.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Windows.Forms.Keys
A chave para correspondência.

Comentários

Configuração desta propriedade eleva o PropertyChanged de evento.

Segurança do .NET Framework

Consulte também

Referência

RemoveKeysAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged

Keys