Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Window.Dispatcher Property
Definition
- Namespace:
- Windows.UI.Xaml
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the CoreDispatcher object for the Window, which is generally the CoreDispatcher for the UI thread.
public:
property CoreDispatcher ^ Dispatcher { CoreDispatcher ^ get(); };
CoreDispatcher Dispatcher();
public CoreDispatcher Dispatcher { get; }
var coreDispatcher = window.dispatcher;
Public ReadOnly Property Dispatcher As CoreDispatcher
Property Value
An object that references the UI thread for the Window.
Applies to
Feedback
Was this page helpful?
