ElementOperations.CreateElementGroup(ICollection<ModelElement>, ClosureType) Methode

Definition

Erstellt eine closureelementgroup.

protected:
 virtual Microsoft::VisualStudio::Modeling::ElementGroup ^ CreateElementGroup(System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ elements, Microsoft::VisualStudio::Modeling::ClosureType closureType);
protected virtual Microsoft.VisualStudio.Modeling.ElementGroup CreateElementGroup (System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> elements, Microsoft.VisualStudio.Modeling.ClosureType closureType);
abstract member CreateElementGroup : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> * Microsoft.VisualStudio.Modeling.ClosureType -> Microsoft.VisualStudio.Modeling.ElementGroup
override this.CreateElementGroup : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> * Microsoft.VisualStudio.Modeling.ClosureType -> Microsoft.VisualStudio.Modeling.ElementGroup
Protected Overridable Function CreateElementGroup (elements As ICollection(Of ModelElement), closureType As ClosureType) As ElementGroup

Parameter

elements
ICollection<ModelElement>

Elemente

closureType
ClosureType

closuretype

Gibt zurück

ElementGroup

Element Group

Hinweise

Wird von der Element Operations-Implementierung der virtuellen addelta Token groupformat-Methode aufgerufen. Diese Methode wird mithilfe von Parameterwerten aufgerufen, die an die addelta Token groupformat-Methode übergeben wurden.

Gilt für