Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 588 Bytes

coreapplicationview_dispatcher.md

File metadata and controls

26 lines (17 loc) · 588 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Core.CoreApplicationView.Dispatcher
winrt property

Windows.ApplicationModel.Core.CoreApplicationView.Dispatcher

-description

Gets the event message dispatcher associated with the current view.

-property-value

The event message dispatcher.

-remarks

There's one CoreDispatcher per thread.

The Dispatcher property of any class within the CoreApplicationView namespace will refer to the same object.

-examples

-see-also