Condividi tramite


Proprietà InputAction.IsGlobalHotkey

Ottiene o imposta un valore che indica se l'input è una 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: System.Boolean
true se l'input rappresenta un tasto di scelta globale, in caso contrario, false.

Note

L'impostazione di questa proprietà generato PropertyChanged evento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

InputAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged