CoreApplicationView.DispatcherQueue 属性

定义

获取窗口的 DispatcherQueue

public:
 property DispatcherQueue ^ DispatcherQueue { DispatcherQueue ^ get(); };
DispatcherQueue DispatcherQueue();
public DispatcherQueue DispatcherQueue { get; }
var dispatcherQueue = coreApplicationView.dispatcherQueue;
Public ReadOnly Property DispatcherQueue As DispatcherQueue

属性值

DispatcherQueue 实例。

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

注解

DispatcherQueue 允许在与 DispatcherQueue 实例关联的线程上运行任务。 若要从其他线程对 CoreApplicationView 进行 UI 更改,请使用来自该 CoreApplicationView 的DispatcherQueue

适用于