Share via


DispatcherQueueController.DispatcherQueue Property

Definition

Gets the DispatcherQueue that's associated with this DispatcherQueueController.

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

Property Value

The DispatcherQueue that's associated with this DispatcherQueueController, if there is one; otherwise, null.

Applies to