Propriété InputAction.IsGlobalHotkey
Obtient ou définit une valeur qui indique si l'entrée est un raccourci clavier global.
Espace de noms: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
public bool IsGlobalHotkey { get; set; }
public:
property bool IsGlobalHotkey {
bool get();
void set(bool value);
}
member IsGlobalHotkey : bool with get, set
Public Property IsGlobalHotkey As Boolean
Valeur de propriété
Type: System.Boolean
true si l'entrée représente une touche d'accès rapide ; sinon, false.
Notes
La définition de cette propriété déclenche l'événement PropertyChanged.
Voir aussi
PropertyChanged
InputAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms
Retour au début