DispatcherQueue.GetForCurrentThread 方法

定义

获取与当前线程关联的 DispatcherQueue

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

返回

一个 DispatcherQueue 实例,它将在当前线程上串行执行任务。

适用于