Share via


ContentIsland.CreateForSystemVisual(DispatcherQueue, Visual) Method

Definition

Creates a new **ContentIsland** instance in a disconnected and empty state.

public:
 static ContentIsland ^ CreateForSystemVisual(DispatcherQueue ^ queue, Visual ^ root);
 static ContentIsland CreateForSystemVisual(DispatcherQueue const& queue, Visual const& root);
public static ContentIsland CreateForSystemVisual(DispatcherQueue queue, Visual root);
function createForSystemVisual(queue, root)
Public Shared Function CreateForSystemVisual (queue As DispatcherQueue, root As Visual) As ContentIsland

Parameters

queue
DispatcherQueue

The DispatcherQueue associated with the current thread.

root
Visual

The root of the visual tree.

Returns

A new **ContentIsland**.

Applies to