DispatcherQueue.RunEventLoop メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RunEventLoop() |
EnqueueEventLoopExit または PostQuitMessage が呼び出されるまでメッセージ ループを実行します。 また、ShutdownStarting/ShutdownCompleted イベントと FrameworkShutdownStartingFrameworkShutdownCompleted イベントの/発生も処理します。 |
RunEventLoop(DispatcherRunOptions, DispatcherExitDeferral) |
EnqueueEventLoopExit または PostQuitMessage が呼び出されるまでメッセージ ループを実行します。 また、ShutdownStarting/ShutdownCompleted イベントと FrameworkShutdownStartingFrameworkShutdownCompleted イベントの/発生も処理します。 |
RunEventLoop()
EnqueueEventLoopExit または PostQuitMessage が呼び出されるまでメッセージ ループを実行します。 また、ShutdownStarting/ShutdownCompleted イベントと FrameworkShutdownStartingFrameworkShutdownCompleted イベントの/発生も処理します。
public:
virtual void RunEventLoop() = RunEventLoop;
/// [Windows.Foundation.Metadata.Overload("RunEventLoop")]
void RunEventLoop();
[Windows.Foundation.Metadata.Overload("RunEventLoop")]
public void RunEventLoop();
function runEventLoop()
Public Sub RunEventLoop ()
- 属性
適用対象
RunEventLoop(DispatcherRunOptions, DispatcherExitDeferral)
EnqueueEventLoopExit または PostQuitMessage が呼び出されるまでメッセージ ループを実行します。 また、ShutdownStarting/ShutdownCompleted イベントと FrameworkShutdownStartingFrameworkShutdownCompleted イベントの/発生も処理します。
public:
virtual void RunEventLoop(DispatcherRunOptions options, DispatcherExitDeferral ^ deferral) = RunEventLoop;
/// [Windows.Foundation.Metadata.Overload("RunEventLoopWithOptions")]
void RunEventLoop(DispatcherRunOptions const& options, DispatcherExitDeferral const& deferral);
[Windows.Foundation.Metadata.Overload("RunEventLoopWithOptions")]
public void RunEventLoop(DispatcherRunOptions options, DispatcherExitDeferral deferral);
function runEventLoop(options, deferral)
Public Sub RunEventLoop (options As DispatcherRunOptions, deferral As DispatcherExitDeferral)
パラメーター
- options
- DispatcherRunOptions
終了メッセージに関連する オプション。
- deferral
- DispatcherExitDeferral
終了を延期するために使用される遅延オブジェクト。
- 属性