Share via


ElementGroupPrototype Constructor (Partition, ICollection<ModelElement>, ElementGroup)

Constructor

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

Syntax

'Declaration
Public Sub New ( _
    partition As Partition, _
    rootElements As ICollection(Of ModelElement), _
    closureGroup As ElementGroup _
)
public ElementGroupPrototype(
    Partition partition,
    ICollection<ModelElement> rootElements,
    ElementGroup closureGroup
)
public:
ElementGroupPrototype(
    Partition^ partition, 
    ICollection<ModelElement^>^ rootElements, 
    ElementGroup^ closureGroup
)
new : 
        partition:Partition * 
        rootElements:ICollection<ModelElement> * 
        closureGroup:ElementGroup -> ElementGroupPrototype
public function ElementGroupPrototype(
    partition : Partition, 
    rootElements : ICollection<ModelElement>, 
    closureGroup : ElementGroup
)

Parameters

.NET Framework Security

See Also

Reference

ElementGroupPrototype Class

ElementGroupPrototype Overload

Microsoft.VisualStudio.Modeling Namespace