AppWindow.AssociateWithDispatcherQueue(DispatcherQueue) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将应用窗口与指定的调度程序队列相关联。
public:
virtual void AssociateWithDispatcherQueue(DispatcherQueue ^ dispatcherQueue) = AssociateWithDispatcherQueue;
void AssociateWithDispatcherQueue(DispatcherQueue const& dispatcherQueue);
public void AssociateWithDispatcherQueue(DispatcherQueue dispatcherQueue);
function associateWithDispatcherQueue(dispatcherQueue)
Public Sub AssociateWithDispatcherQueue (dispatcherQueue As DispatcherQueue)
参数
- dispatcherQueue
- DispatcherQueue
要与应用窗口关联的调度程序队列。