DependencyObject.DispatcherQueue Property

Definition

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.

public:
 property DispatcherQueue ^ DispatcherQueue { DispatcherQueue ^ get(); };
DispatcherQueue DispatcherQueue();
public DispatcherQueue DispatcherQueue { get; }
var dispatcherQueue = dependencyObject.dispatcherQueue;
Public ReadOnly Property DispatcherQueue As DispatcherQueue

Property Value

Applies to