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
要與應用程式視窗產生關聯的發送器佇列。