KeyboardDeliveryInterceptor.IsInterceptionEnabledWhenInForeground 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
바로 가기 키, 액세스 키(또는 핫 키), 가속기 키 및 애플리케이션 키와 같은 키 조합을 포함하여 앱이 원시 키보드 입력의 시스템 처리를 재정의하는지 여부를 가져오거나 설정합니다.
원시 키보드 입력은 처리를 위해 가로채고, 억제하고, 앱으로 라우팅됩니다(포그라운드에 있는 경우).
참고
Ctrl-Alt-Del, Windows-L 등의 SAS(Secure Attention Sequence) 키 조합은 계속 시스템에서 처리합니다.
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
속성 값
Boolean
bool
True이면 앱이 시스템 대신 원시 키보드 입력을 처리합니다. 그렇지 않으면 false입니다.
Windows 요구 사항
앱 기능 |
inputForegroundObservation
|