다음을 통해 공유


KeyboardDeliveryInterceptor.IsInterceptionEnabledWhenInForeground 속성

정의

바로 가기 키, 액세스 키(또는 핫 키), 가속기 키 및 애플리케이션 키와 같은 키 조합을 포함하여 앱이 원시 키보드 입력의 시스템 처리를 재정의하는지 여부를 가져오거나 설정합니다.

원시 키보드 입력은 처리를 위해 가로채고, 억제하고, 앱으로 라우팅됩니다(포그라운드에 있는 경우).

참고

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

적용 대상