ElementOperations::CreateElementGroup Method (ICollection<ModelElement^>^, ClosureType)
Visual Studio 2015
Creates a ClosureElementGroup
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
Called by the ElementOperations implementation of the virtual AddElementGroupFormat method. This method is invoked using parameter values that were passed to the AddElementGroupFormat method
Show: