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)

public:
ElementGroupPrototype(
	Partition^ partition,
	ICollection<ModelElement^>^ rootElements,
	ElementGroup^ closureGroup
)

Parameters

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

partition for this element group prototype

rootElements
Type: System.Collections.Generic::ICollection<ModelElement^>^

collection of root elements

closureGroup
Type: Microsoft.VisualStudio.Modeling::ElementGroup^

element group containing the closure

Return to top
Show: