ElementGroupPrototype Konstruktoren

Definition

Überlädt

ElementGroupPrototype(ElementGroup, IEnumerable<ModelElement>)

Konstruktor

ElementGroupPrototype(Partition, Guid)

Konstruktor für die Übernahme einer Rool-Domänen Klassen-ID. Hiermit wird bestimmt, ob ein Element unter einem übergeordneten Element zusammengeführt werden kann.

ElementGroupPrototype(Partition, ICollection<ModelElement>, ElementGroup)

Konstruktor

ElementGroupPrototype(ElementGroup, IEnumerable<ModelElement>)

Konstruktor

public:
 ElementGroupPrototype(Microsoft::VisualStudio::Modeling::ElementGroup ^ group, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ rootElements);
public ElementGroupPrototype (Microsoft.VisualStudio.Modeling.ElementGroup group, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.ModelElement> rootElements);
new Microsoft.VisualStudio.Modeling.ElementGroupPrototype : Microsoft.VisualStudio.Modeling.ElementGroup * seq<Microsoft.VisualStudio.Modeling.ModelElement> -> Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Public Sub New (group As ElementGroup, rootElements As IEnumerable(Of ModelElement))

Parameter

group
ElementGroup

Die Element Gruppe, die neu erstellt werden soll.

rootElements
IEnumerable<ModelElement>

ICollection der Stamm Elemente für diese Gruppe

Gilt für

ElementGroupPrototype(Partition, Guid)

Konstruktor für die Übernahme einer Rool-Domänen Klassen-ID. Hiermit wird bestimmt, ob ein Element unter einem übergeordneten Element zusammengeführt werden kann.

public:
 ElementGroupPrototype(Microsoft::VisualStudio::Modeling::Partition ^ partition, Guid rootElementDomainClassId);
public ElementGroupPrototype (Microsoft.VisualStudio.Modeling.Partition partition, Guid rootElementDomainClassId);
new Microsoft.VisualStudio.Modeling.ElementGroupPrototype : Microsoft.VisualStudio.Modeling.Partition * Guid -> Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Public Sub New (partition As Partition, rootElementDomainClassId As Guid)

Parameter

partition
Partition

Partition this rootelementdomainclassid residiert

rootElementDomainClassId
Guid

stellt die Domänen Klassen-ID des einzelnen Stamm Elements dar.

Gilt für

ElementGroupPrototype(Partition, ICollection<ModelElement>, ElementGroup)

Konstruktor

public:
 ElementGroupPrototype(Microsoft::VisualStudio::Modeling::Partition ^ partition, System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ rootElements, Microsoft::VisualStudio::Modeling::ElementGroup ^ closureGroup);
public ElementGroupPrototype (Microsoft.VisualStudio.Modeling.Partition partition, System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> rootElements, Microsoft.VisualStudio.Modeling.ElementGroup closureGroup);
new Microsoft.VisualStudio.Modeling.ElementGroupPrototype : Microsoft.VisualStudio.Modeling.Partition * System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> * Microsoft.VisualStudio.Modeling.ElementGroup -> Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Public Sub New (partition As Partition, rootElements As ICollection(Of ModelElement), closureGroup As ElementGroup)

Parameter

partition
Partition

Partition für diesen Elementgruppen Prototyp

rootElements
ICollection<ModelElement>

Sammlung von Stamm Elementen

closureGroup
ElementGroup

Element Gruppe, die die Sperre enthält.

Gilt für