ContentSiteView.DispatcherQueue Property

Definition

Gets the DispatcherQueue for this ContentSiteView.

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

Property Value

The DispatcherQueue for this ContentSiteView.

Applies to