Compartilhar via


Propriedade KeyboardAction.ActionType

Obtém ou define o tipo de operação do teclado.

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

Sintaxe

'Declaração
Public Property ActionType As KeyActionType
    Get
    Set
public KeyActionType ActionType { get; set; }
public:
property KeyActionType ActionType {
    KeyActionType get ();
    void set (KeyActionType value);
}
member ActionType : KeyActionType with get, set
function get ActionType () : KeyActionType
function set ActionType (value : KeyActionType)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType
O tipo de ação de teclado.

Comentários

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

Segurança do .NET Framework

Consulte também

Referência

KeyboardAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

KeyActionType

PropertyChanged