Condividi tramite


Proprietà KeyboardAction.ActionType

Ottiene o imposta il tipo di operazione di tastiera.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType
Il tipo di azione della tastiera.

Note

L'impostazione di questa proprietà determina la generazione dell'evento PropertyChanged.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

KeyboardAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

KeyActionType

PropertyChanged