ContentIsland.CreateForSystemVisual(DispatcherQueue, Visual) 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.
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**.