Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Constructor
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
partition As Partition, _
rootElements As ICollection(Of ModelElement), _
closureGroup As ElementGroup _
)
public ElementGroupPrototype(
Partition partition,
ICollection<ModelElement> rootElements,
ElementGroup closureGroup
)
public:
ElementGroupPrototype(
Partition^ partition,
ICollection<ModelElement^>^ rootElements,
ElementGroup^ closureGroup
)
new :
partition:Partition *
rootElements:ICollection<ModelElement> *
closureGroup:ElementGroup -> ElementGroupPrototype
public function ElementGroupPrototype(
partition : Partition,
rootElements : ICollection<ModelElement>,
closureGroup : ElementGroup
)
Parameters
partition
Type: Microsoft.VisualStudio.Modeling.Partitionpartition for this element group prototype
rootElements
Type: System.Collections.Generic.ICollection<ModelElement>collection of root elements
closureGroup
Type: Microsoft.VisualStudio.Modeling.ElementGroupelement group containing the closure
.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.