Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 ( _
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: 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.