ElementGroupPrototype Construtores

Definição

Sobrecargas

ElementGroupPrototype(ElementGroup, IEnumerable<ModelElement>)

Construtor

ElementGroupPrototype(Partition, Guid)

Construtor para pegar uma ID de classe de domínio Rool. Isso é usado para determinar se um elemento pode ser mesclado em um elemento pai.

ElementGroupPrototype(Partition, ICollection<ModelElement>, ElementGroup)

Construtor

ElementGroupPrototype(ElementGroup, IEnumerable<ModelElement>)

Construtor

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))

Parâmetros

group
ElementGroup

O grupo de elementos a ser recriado

rootElements
IEnumerable<ModelElement>

ICollection dos elementos raiz para este grupo

Aplica-se a

ElementGroupPrototype(Partition, Guid)

Construtor para pegar uma ID de classe de domínio Rool. Isso é usado para determinar se um elemento pode ser mesclado em um elemento pai.

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)

Parâmetros

partition
Partition

partição que este rootElementDomainClassId reside

rootElementDomainClassId
Guid

representa a ID de classe de domínio do elemento raiz único

Aplica-se a

ElementGroupPrototype(Partition, ICollection<ModelElement>, ElementGroup)

Construtor

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)

Parâmetros

partition
Partition

partição para este protótipo de grupo de elementos

rootElements
ICollection<ModelElement>

coleção de elementos raiz

closureGroup
ElementGroup

grupo de elementos que contém o fechamento

Aplica-se a