DependencyObject.Dispatcher Property

Definition

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

C#
public CoreDispatcher Dispatcher { get; }

Property Value

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

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also