ContentIsland.Create(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 ContentIsland in a disconnected and empty state.
public:
static ContentIsland ^ Create(Visual ^ Root);
static ContentIsland Create(Visual const& Root);
public static ContentIsland Create(Visual Root);
function create(Root)
Public Shared Function Create (Root As Visual) As ContentIsland
Parameters
- Root
- Visual
The root of the visual tree.
Returns
Remarks
The root visual's Microsoft.UI.Composition.Compositor must be associated with the current thread.