Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 518 Bytes

dependencyobject_dispatcherqueue.md

File metadata and controls

22 lines (14 loc) · 518 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.DependencyObject.DispatcherQueue
winrt property

Microsoft.UI.Xaml.DependencyObject.DispatcherQueue

-description

Gets the DispatcherQueue that this object is associated with. The DispatcherQueue represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread.

-property-value

-remarks

-see-also

-examples