共用方式為


AppWindow.AssociateWithDispatcherQueue(DispatcherQueue) 方法

定義

將應用程式視窗與指定的發送器佇列產生關聯。

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

要與應用程式視窗產生關聯的發送器佇列。

適用於