Поделиться через


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

Очередь диспетчера, связанная с окном приложения.

Применяется к