Share via


DispatcherQueue.RunEventLoop メソッド

定義

オーバーロード

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

終了を延期するために使用される遅延オブジェクト。

属性

適用対象