Condividi tramite


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

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

Valore proprietà

Type: System.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.

Vedere anche

PropertyChanged
Classe InputAction
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio