Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 546 Bytes

window_dispatcher.md

File metadata and controls

24 lines (15 loc) · 546 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Window.Dispatcher
winrt property

Windows.UI.Xaml.Window.Dispatcher

-description

Gets the CoreDispatcher object for the Window, which is generally the CoreDispatcher for the UI thread.

-property-value

An object that references the UI thread for the Window.

-remarks

-examples

-see-also