Share via


ChildSiteLink.Create(ContentIsland, ContainerVisual) Method

Definition

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

public:
 static ChildSiteLink ^ Create(ContentIsland ^ parent, ContainerVisual ^ placementVisual);
 static ChildSiteLink Create(ContentIsland const& parent, ContainerVisual const& placementVisual);
public static ChildSiteLink Create(ContentIsland parent, ContainerVisual placementVisual);
function create(parent, placementVisual)
Public Shared Function Create (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