InputAction.IsGlobalHotkey (Propiedad)

Obtiene o establece un valor que indica si la entrada es un método abreviado de teclado global.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
true si la entrada representa una tecla de acceso rápido global; de lo contrario, false.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

InputAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

PropertyChanged