ElementGroupPrototype Constructor (ElementGroup, IEnumerable<ModelElement>)
Constructor
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaración
Public Sub New ( _
group As ElementGroup, _
rootElements As IEnumerable(Of ModelElement) _
)
public ElementGroupPrototype(
ElementGroup group,
IEnumerable<ModelElement> rootElements
)
public:
ElementGroupPrototype(
ElementGroup^ group,
IEnumerable<ModelElement^>^ rootElements
)
new :
group:ElementGroup *
rootElements:IEnumerable<ModelElement> -> ElementGroupPrototype
public function ElementGroupPrototype(
group : ElementGroup,
rootElements : IEnumerable<ModelElement>
)
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.