ElementOperations.CreateElementGroupPrototype Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ElementGroupPrototypeProtected Overridable Function CreateElementGroupPrototype (group As ElementGroup, elements As ICollection(Of ModelElement), closureType As ClosureType) As ElementGroupPrototypeParameters
- group
- ElementGroup
- elements
- ICollection<ModelElement>
- closureType
- ClosureType