Share via


DesktopSiteBridge.DispatcherQueue Property

Definition

Gets the DispatcherQueue for the associated Win32 HWND.

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

Property Value

The DispatcherQueue for the associated Win32 HWND.

Implements

Applies to