AppWindow.DispatcherQueue Property

Definition

Gets the dispatcher queue for the app window.

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

Property Value

The dispatcher queue for the app window.

Applies to