ElementGroupPrototype::CreateElementGroup Method (Partition^, IElementPartitionMapper^)

 

Create a clone of the progenitor element group

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
ElementGroup^ CreateElementGroup(
	Partition^ partition,
	IElementPartitionMapper^ partitionMapper
)

Parameters

partition
Type: Microsoft.VisualStudio.Modeling::Partition^

The target partition for the clone. Not all elements and links are necessarily reconstituted in this partition.

partitionMapper
Type: Microsoft.VisualStudio.Modeling::IElementPartitionMapper^

Partition mapping service responsible for identify the actual partitions in which to reconstitute elements and links.

Return to top
Show: