Freigeben über


Shape.CanMerge-Methode

Gibt einen Wert zurück, der angibt, ob das Quellelement, das durch den angegebenen Stamm ProtoElement dargestellte diesem Element hinzugefügt werden kann.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Protected Overrides Function CanMerge ( _
    rootElement As ProtoElementBase, _
    elementGroupPrototype As ElementGroupPrototype _
) As Boolean
protected override bool CanMerge(
    ProtoElementBase rootElement,
    ElementGroupPrototype elementGroupPrototype
)

Parameter

  • rootElement
    Typ: Microsoft.VisualStudio.Modeling.ProtoElementBase
    Der Stamm ProtoElement, das ein Quellelement darstellt.Dies kann NULL sein. In diesem Fall wird das ElementGroupPrototype kein ProtoElements enthält und der Code die ElementGroupPrototype-Kontext Informationen überprüft.

Rückgabewert

Typ: System.Boolean
true, wenn das Quellelement, das vom ProtoElement dargestellte für dieses Zielelement hinzugefügt werden kann.

.NET Framework-Sicherheit

Siehe auch

Referenz

Shape Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace