Partager via


KeyboardAction.ActionType, propriété

Obtient ou définit le type d'opération de clavier.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType
Type d'action de clavier.

Notes

La définition de cette propriété déclenche l'événement PropertyChanged.

Sécurité .NET Framework

Voir aussi

Référence

KeyboardAction Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

KeyActionType

PropertyChanged