DispatcherQueue.GetForCurrentThread 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与当前线程关联的 DispatcherQueue 。
public:
static DispatcherQueue ^ GetForCurrentThread();
static DispatcherQueue GetForCurrentThread();
public static DispatcherQueue GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As DispatcherQueue
返回
一个 DispatcherQueue 实例,它将在当前线程上串行执行任务。