InputAction.IsGlobalHotkey-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Eingabe eine globale Tastenkombination ist, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property IsGlobalHotkey As Boolean
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean
true, wenn die Eingabe eine globale Abkürzungstaste darstellt, andernfalls false.

Hinweise

Durch das Festlegen dieser Eigenschaft wird das PropertyChanged-Ereignis ausgelöst.

.NET Framework-Sicherheit

Siehe auch

Referenz

InputAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

PropertyChanged