ElementGroupPrototype::CreateElementGroup Method (Partition^, IElementPartitionMapper^)
Visual Studio 2015
Create a clone of the progenitor element group
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 Value
Type: Microsoft.VisualStudio.Modeling::ElementGroup^
Show: