ElementGroupPrototype Constructor (Partition^, ICollection<ModelElement^>^, ElementGroup^)
Visual Studio 2015
Constructor
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
Show: