Proprietà InputAction.IsGlobalHotkey
Ottiene o imposta un valore che indica se l'input è un tasto di scelta rapida globale.
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 IsGlobalHotkey As Boolean
public bool IsGlobalHotkey { get; set; }
public:
property bool IsGlobalHotkey {
bool get ();
void set (bool value);
}
member IsGlobalHotkey : bool with get, set
function get IsGlobalHotkey () : boolean
function set IsGlobalHotkey (value : boolean)
Valore proprietà
Tipo: Boolean
true se l'input rappresenta un tasto di scelta globale. In caso contrario false.
Note
L'impostazione di questa proprietà determina la generazione dell'evento PropertyChanged.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common