Propriété KeyboardAction.ActionType
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
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
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.
Voir aussi
KeyActionType
PropertyChanged
KeyboardAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms
Retour au début