InteractionSourceRedirectionMode 열거형

정의

입력을 InteractionTracker로 리디렉션할지 여부를 지정하는 상수를 정의합니다.

public enum class InteractionSourceRedirectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class InteractionSourceRedirectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum InteractionSourceRedirectionMode
Public Enum InteractionSourceRedirectionMode
상속
InteractionSourceRedirectionMode
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1809 (10.0.17763.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v7.0에서 도입되었습니다.)

필드

Disabled 0

리디렉션이 해제되고 모든 입력이 UI 스레드로 이동합니다.

Enabled 1

입력이 InteractionTracker로 리디렉션됩니다.

적용 대상