ElementGroupPrototype::CreateElementGroup Method (Partition^)

 

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
)

Parameters

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

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

Return Value

Type: Microsoft.VisualStudio.Modeling::ElementGroup^

The clone element group

Return to top
Show: