KeyboardDeliveryInterceptor.IsInterceptionEnabledWhenInForeground Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta se l'app esegue l'override dell'elaborazione del sistema dell'input della tastiera non elaborato, incluse combinazioni di tasti di scelta rapida, tasti di scelta rapida (o tasti di scelta rapida), tasti di scelta rapida e tasti applicazione.
L'input della tastiera non elaborato viene intercettato, eliminato e instradato all'app (quando in primo piano) per l'elaborazione.
Nota
Le combinazioni di tasti SAS (Secure Attention Sequence), incluse CTRL+ALT+CANC e WINDOWS+L, continuano a essere elaborate dal sistema.
public:
property bool IsInterceptionEnabledWhenInForeground { bool get(); void set(bool value); };
bool IsInterceptionEnabledWhenInForeground();
void IsInterceptionEnabledWhenInForeground(bool value);
public bool IsInterceptionEnabledWhenInForeground { get; set; }
var boolean = keyboardDeliveryInterceptor.isInterceptionEnabledWhenInForeground;
keyboardDeliveryInterceptor.isInterceptionEnabledWhenInForeground = boolean;
Public Property IsInterceptionEnabledWhenInForeground As Boolean
Valore della proprietà
bool
True se l'app elabora l'input della tastiera non elaborato anziché il sistema. In caso contrario, false.
Requisiti Windows
Funzionalità dell'app |
inputForegroundObservation
|