Sdílet prostřednictvím


ElementOperations.CanMergeElementGroupPrototype – metoda (ModelElement, ElementGroupPrototype)

Vrátí hodnotu označující, zda může být provedena MergeElementGroupPrototype.

Obor názvů:  Microsoft.VisualStudio.Modeling
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntaxe

'Deklarace
Public Overridable Function CanMergeElementGroupPrototype ( _
    targetElement As ModelElement, _
    elementGroupPrototype As ElementGroupPrototype _
) As Boolean
public virtual bool CanMergeElementGroupPrototype(
    ModelElement targetElement,
    ElementGroupPrototype elementGroupPrototype
)

Parametry

Vrácená hodnota

Typ: System.Boolean
Hodnota označující, zda může být provedena MergeElementGroupPrototype.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ElementOperations Třída

CanMergeElementGroupPrototype – přetížení

Microsoft.VisualStudio.Modeling – obor názvů