DesignSurfaceElementOperations.CanMergeElementGroupPrototype – metoda (ModelElement, ElementGroupPrototype)
Tento člen přepisuje ElementOperations.CanMergeElementGroupPrototype(ModelElement, ElementGroupPrototype).
Obor názvů: Microsoft.VisualStudio.Modeling.Diagrams
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Deklarace
Public Overrides Function CanMergeElementGroupPrototype ( _
targetElement As ModelElement, _
elementGroupPrototype As ElementGroupPrototype _
) As Boolean
public override bool CanMergeElementGroupPrototype(
ModelElement targetElement,
ElementGroupPrototype elementGroupPrototype
)
Parametry
- targetElement
Typ: Microsoft.VisualStudio.Modeling.ModelElement
- elementGroupPrototype
Typ: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Vrácená hodnota
Typ: System.Boolean
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.
Viz také
Referenční dokumentace
DesignSurfaceElementOperations Třída