KeyboardAction.ActionType (Propiedad)

Obtiene o establece el tipo de operación del teclado.

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 ActionType As KeyActionType
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 propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType
Tipo de acción del teclado.

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)

KeyActionType

PropertyChanged