Share via


ElementGroupPrototype.CreateElementGroup Method (Partition, IElementPartitionMapper)

Create a clone of the progenitor element group

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

Syntax

'Declaration
Public Function CreateElementGroup ( _
    partition As Partition, _
    partitionMapper As IElementPartitionMapper _
) As ElementGroup
public ElementGroup CreateElementGroup(
    Partition partition,
    IElementPartitionMapper partitionMapper
)
public:
ElementGroup^ CreateElementGroup(
    Partition^ partition, 
    IElementPartitionMapper^ partitionMapper
)
member CreateElementGroup : 
        partition:Partition * 
        partitionMapper:IElementPartitionMapper -> ElementGroup 
public function CreateElementGroup(
    partition : Partition, 
    partitionMapper : IElementPartitionMapper
) : ElementGroup

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.ElementGroup

.NET Framework Security

See Also

Reference

ElementGroupPrototype Class

CreateElementGroup Overload

Microsoft.VisualStudio.Modeling Namespace