ElementOperations::CreateElementGroup Method (ICollection<ModelElement^>^, ClosureType)

 

Creates a ClosureElementGroup

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

protected:
virtual ElementGroup^ CreateElementGroup(
	ICollection<ModelElement^>^ elements,
	ClosureType closureType
)

Parameters

elements
Type: System.Collections.Generic::ICollection<ModelElement^>^

elements

closureType
Type: Microsoft.VisualStudio.Modeling::ClosureType

closureType

Return Value

Type: Microsoft.VisualStudio.Modeling::ElementGroup^

ElementGroup

Called by the ElementOperations implementation of the virtual AddElementGroupFormat method. This method is invoked using parameter values that were passed to the AddElementGroupFormat method

Return to top
Show: