Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 679 Bytes

coreapplicationview_dispatcherqueue.md

File metadata and controls

23 lines (16 loc) · 679 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Core.CoreApplicationView.DispatcherQueue
winrt property

Windows.ApplicationModel.Core.CoreApplicationView.DispatcherQueue

-description

Gets the DispatcherQueue for the window.

-property-value

A DispatcherQueue instance.

-remarks

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.

-see-also

-examples