Share via


ChildSiteLink.CreateForSystemVisual(ContentIsland, ContainerVisual) Method

Definition

Creates a new ChildSiteLink instance (in a disconnected and empty state).

public:
 static ChildSiteLink ^ CreateForSystemVisual(ContentIsland ^ parent, ContainerVisual ^ placementVisual);
 static ChildSiteLink CreateForSystemVisual(ContentIsland const& parent, ContainerVisual const& placementVisual);
public static ChildSiteLink CreateForSystemVisual(ContentIsland parent, ContainerVisual placementVisual);
function createForSystemVisual(parent, placementVisual)
Public Shared Function CreateForSystemVisual (parent As ContentIsland, placementVisual As ContainerVisual) As ChildSiteLink

Parameters

parent
ContentIsland

The parent ContentIsland the ChildSiteLink is associated with.

placementVisual
ContainerVisual

The specified placement Visual positions and sets the size of the instance relative to the root Visual of the parent ContentIsland.

Returns

Returns the created ChildSiteLink.

Remarks

The parent must be connected and created on the current thread.

The placementVisual must be a descendant of the root Visual of the parent ContentIsland.

Applies to