Compositor.DispatcherQueue 属性

定义

获取此合成程序的调度程序队列。

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

属性值

此合成程序的调度程序队列。

适用于