DesktopChildSiteBridge.CreateWithDispatcherQueue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- queue
- DispatcherQueue
- parentWindowId
- WindowId