ElementOperations.CreateElementGroupPrototype – metoda
Obor názvů: Microsoft.VisualStudio.Modeling
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntaxe
'Deklarace
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
)
Parametry
- group
Typ: Microsoft.VisualStudio.Modeling.ElementGroup
- elements
Typ: System.Collections.Generic.ICollection<ModelElement>
- closureType
Typ: Microsoft.VisualStudio.Modeling.ClosureType
Vrácená hodnota
Typ: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.