DependencyObject.Dispatcher Property

Definition

Always returns null in a Windows App SDK app. Use DispatcherQueue instead.

public:
 property CoreDispatcher ^ Dispatcher { CoreDispatcher ^ get(); };
CoreDispatcher Dispatcher();
public CoreDispatcher Dispatcher { get; }
var coreDispatcher = dependencyObject.dispatcher;
Public ReadOnly Property Dispatcher As CoreDispatcher

Property Value

Always null in a Windows App SDK app. Use DispatcherQueue instead.

Applies to

See also