ElementGroupPrototype Constructor (ElementGroup^, IEnumerable<ModelElement^>^)

 

Constructor

Namespace:   Microsoft.VisualStudio.Modeling
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

Return to top
Show: