Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AppWindow.DispatcherQueue Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the dispatcher queue associated with 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 associated with the app window.

Applies to


Feedback

Was this page helpful?