ElementGroupPrototype Constructor (Partition, ICollection<ModelElement>, ElementGroup)

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Sub New ( _
    partition As Partition, _
    rootElements As ICollection(Of ModelElement), _
    closureGroup As ElementGroup _
)
'使用
Dim partition As Partition
Dim rootElements As ICollection(Of ModelElement)
Dim closureGroup As ElementGroup

Dim instance As New ElementGroupPrototype(partition, _
    rootElements, closureGroup)
public ElementGroupPrototype(
    Partition partition,
    ICollection<ModelElement> rootElements,
    ElementGroup closureGroup
)
public:
ElementGroupPrototype(
    Partition^ partition, 
    ICollection<ModelElement^>^ rootElements, 
    ElementGroup^ closureGroup
)
public function ElementGroupPrototype(
    partition : Partition, 
    rootElements : ICollection<ModelElement>, 
    closureGroup : ElementGroup
)

Parameters

Permissions

See Also

Reference

ElementGroupPrototype Class

ElementGroupPrototype Members

ElementGroupPrototype Overload

Microsoft.VisualStudio.Modeling Namespace