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
- partition
Type: Microsoft.VisualStudio.Modeling.Partition
- rootElements
Type: System.Collections.Generic.ICollection<ModelElement>
- closureGroup
Type: Microsoft.VisualStudio.Modeling.ElementGroup
Permissions
- 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.