InteractionSourceRedirectionMode 열거형

정의

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

public enum class InteractionSourceRedirectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class InteractionSourceRedirectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class InteractionSourceRedirectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum InteractionSourceRedirectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum InteractionSourceRedirectionMode
var value = Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode.disabled
Public Enum InteractionSourceRedirectionMode
상속
InteractionSourceRedirectionMode
특성

필드

Disabled 0

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

Enabled 1

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

적용 대상