ElementGroupPrototype Constructor (ElementGroup^, IEnumerable<ModelElement^>^)
Visual Studio 2015
Constructor
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public:
ElementGroupPrototype(
ElementGroup^ group,
IEnumerable<ModelElement^>^ rootElements
)
Parameters
- group
-
Type:
Microsoft.VisualStudio.Modeling::ElementGroup^
The element group that is to be recreated
- rootElements
-
Type:
System.Collections.Generic::IEnumerable<ModelElement^>^
ICollection of the root elements for this group
Show: