DisplayInformation.DispatcherQueue Property

Definition

Gets the dispatcher queue associated with the DisplayInformation object.

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

Property Value

The dispatcher queue associated with the DisplayInformation object.

Applies to