DispatcherRunOptions 列挙型

定義

メッセージ ループの実行時に終了メッセージに関連するオプションを指定する定数を定義します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class DispatcherRunOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
enum class DispatcherRunOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
public enum DispatcherRunOptions
var value = Microsoft.UI.Dispatching.DispatcherRunOptions.none
Public Enum DispatcherRunOptions
継承
DispatcherRunOptions
属性

フィールド

ContinueOnQuit 1

終了時にメッセージ ループを続行することを指定します。

None 0

オプションを指定しません。

QuitOnlyLocalLoop 2

終了時にローカル メッセージ ループのみを停止することを指定します。

適用対象