ElementGroupPrototype Constructor (ElementGroup, IEnumerable<ModelElement>)
Constructor
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
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.ElementGroupThe element group that is to be recreated
rootElements
Type: 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.