Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Protected Overridable Function CreateElementGroupPrototype ( _
    group As ElementGroup, _
    elements As ICollection(Of ModelElement), _
    closureType As ClosureType _
) As ElementGroupPrototype
protected virtual ElementGroupPrototype CreateElementGroupPrototype(
    ElementGroup group,
    ICollection<ModelElement> elements,
    ClosureType closureType
)
protected:
virtual ElementGroupPrototype^ CreateElementGroupPrototype(
    ElementGroup^ group, 
    ICollection<ModelElement^>^ elements, 
    ClosureType closureType
)
abstract CreateElementGroupPrototype : 
        group:ElementGroup * 
        elements:ICollection<ModelElement> * 
        closureType:ClosureType -> ElementGroupPrototype  
override CreateElementGroupPrototype : 
        group:ElementGroup * 
        elements:ICollection<ModelElement> * 
        closureType:ClosureType -> ElementGroupPrototype
protected function CreateElementGroupPrototype(
    group : ElementGroup, 
    elements : ICollection<ModelElement>, 
    closureType : ClosureType
) : ElementGroupPrototype
Parameters
- group
 Type: Microsoft.VisualStudio.Modeling.ElementGroup
- elements
 Type: System.Collections.Generic.ICollection<ModelElement>
- closureType
 Type: Microsoft.VisualStudio.Modeling.ClosureType
Return Value
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.