CoreApplicationView.Dispatcher Property
Definition
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 event message dispatcher associated with the current view.
public:
property CoreDispatcher ^ Dispatcher { CoreDispatcher ^ get(); };
CoreDispatcher Dispatcher();
public CoreDispatcher Dispatcher { get; }
var coreDispatcher = coreApplicationView.dispatcher;
Public ReadOnly Property Dispatcher As CoreDispatcher
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.