共用方式為


DispatcherQueue.RunEventLoop 方法

定義

多載

RunEventLoop()

執行訊息迴圈,直到呼叫 EnqueueEventLoopExitPostQuitMessage 為止。 同時處理引發ShutdownStarting/ShutdownCompletedFrameworkShutdownStarting/FrameworkShutdownCompleted事件。

RunEventLoop(DispatcherRunOptions, DispatcherExitDeferral)

執行訊息迴圈,直到呼叫 EnqueueEventLoopExitPostQuitMessage 為止。 同時處理引發ShutdownStarting/ShutdownCompletedFrameworkShutdownStarting/FrameworkShutdownCompleted事件。

RunEventLoop()

執行訊息迴圈,直到呼叫 EnqueueEventLoopExitPostQuitMessage 為止。 同時處理引發ShutdownStarting/ShutdownCompletedFrameworkShutdownStarting/FrameworkShutdownCompleted事件。

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)

執行訊息迴圈,直到呼叫 EnqueueEventLoopExitPostQuitMessage 為止。 同時處理引發ShutdownStarting/ShutdownCompletedFrameworkShutdownStarting/FrameworkShutdownCompleted事件。

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

延遲物件,用來延遲結束。

屬性

適用於