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

public KeyActionType ActionType { get; set; }
public:
property KeyActionType ActionType {
    KeyActionType get();
    void set(KeyActionType value);
}
member ActionType : KeyActionType with get, set
Public Property ActionType As KeyActionType

Valore proprietà

Type: Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType

Il tipo di azione della tastiera.

Note

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

Vedere anche

KeyActionType
PropertyChanged
Classe KeyboardAction
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio