Share via


DesktopChildSiteBridge.CreateWithDispatcherQueue Method

Definition

public:
 static DesktopChildSiteBridge ^ CreateWithDispatcherQueue(DispatcherQueue ^ queue, WindowId parentWindowId);
 static DesktopChildSiteBridge CreateWithDispatcherQueue(DispatcherQueue const& queue, WindowId const& parentWindowId);
public static DesktopChildSiteBridge CreateWithDispatcherQueue(DispatcherQueue queue, WindowId parentWindowId);
function createWithDispatcherQueue(queue, parentWindowId)
Public Shared Function CreateWithDispatcherQueue (queue As DispatcherQueue, parentWindowId As WindowId) As DesktopChildSiteBridge

Parameters

parentWindowId
WindowId

Returns

Applies to