ElementOperations.CreateElementGroupPrototype Method
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: 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.