Udostępnij za pośrednictwem


Metoda IMergeElements.CanMerge —

Wskazuje, czy element źródłowy można dodać do tego elementu.

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

Składnia

'Deklaracja
Function CanMerge ( _
    rootElement As ProtoElementBase, _
    elementGroupPrototype As ElementGroupPrototype _
) As Boolean
bool CanMerge(
    ProtoElementBase rootElement,
    ElementGroupPrototype elementGroupPrototype
)

Parametry

Wartość zwracana

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

Uwagi

Element źródłowy jest reprezentowany przez określony katalog główny ProtoElement.

Jeśli rootElement jest nullodwołanie o wartości null (Nothing w języku Visual Basic), ElementGroupPrototype nie zawiera ProtoElements należy sprawdzić wartość właściwości i kod ElementGroupPrototype informacji kontekstowych.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IMergeElements Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Modeling