ElementOperations.CreateElementGroupPrototype-Methode
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
)
Parameter
- group
Typ: Microsoft.VisualStudio.Modeling.ElementGroup
- elements
Typ: System.Collections.Generic.ICollection<ModelElement>
- closureType
Typ: Microsoft.VisualStudio.Modeling.ClosureType
Rückgabewert
Typ: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.