Udostępnij za pośrednictwem


Metoda ModelElement.CanMerge —

Sprawdza, czy element źródłowy mogą być dodawane do tego elementu.

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Składnia

'Deklaracja
Protected Overridable Function CanMerge ( _
    rootElement As ProtoElementBase, _
    elementGroupPrototype As ElementGroupPrototype _
) As Boolean
protected virtual bool CanMerge(
    ProtoElementBase rootElement,
    ElementGroupPrototype elementGroupPrototype
)

Parametry

Wartość zwracana

Typ: System.Boolean
wartość true, jeśli element źródłowy, reprezentowany przez ProtoElement mogą być dodawane do tego elementu docelowego; w przeciwnym razie wartość false.

Uwagi

Zaakceptuj scala rozszerzenia lub dodatkowe elementy, które rozszerzenia są przygotowane do scalania

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ModelElement Klasa

Przestrzeń nazw Microsoft.VisualStudio.Modeling