-api-id | -api-type |
---|---|
P:Windows.ApplicationModel.Core.CoreApplicationView.DispatcherQueue |
winrt property |
Gets the DispatcherQueue for the window.
A DispatcherQueue instance.
The DispatcherQueue allows you to run your tasks on the thread associated with the DispatcherQueue instance. To make UI changes on a CoreApplicationView from a different thread, use the DispatcherQueue from that CoreApplicationView.