ElementOperations.CreateElementGroupPrototype Method

Definition

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

Parameters

group
ElementGroup
closureType
ClosureType

Returns

Applies to