共用方式為


DispatcherQueue.GetForCurrentThread 方法

定義

取得與目前線程相關聯的 DispatcherQueue

public:
 static DispatcherQueue ^ GetForCurrentThread();
 static DispatcherQueue GetForCurrentThread();
public static DispatcherQueue GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As DispatcherQueue

傳回

DispatcherQueue 實例,將在目前線程上以序列方式執行工作。

適用於