DispatcherQueue.GetForCurrentThread 方法

定义

获取与当前线程关联的 DispatcherQueue

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

返回

将在当前线程上串行执行任务的 DispatcherQueue 实例;如果不存在此类 DispatcherQueue ,则为 null。

适用于