ModelElement::IMergeElements::CanMerge Method (ProtoElementBase^, ElementGroupPrototype^)

 

Returns true if this element can merge with the content of the prototype.

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

private:
virtual bool CanMerge(
	ProtoElementBase^ rootElement,
	ElementGroupPrototype^ elementGroupPrototype
) sealed = IMergeElements::CanMerge

Parameters

rootElement
Type: Microsoft.VisualStudio.Modeling::ProtoElementBase^

The root element in the prototype

elementGroupPrototype
Type: Microsoft.VisualStudio.Modeling::ElementGroupPrototype^

The full prototype, which might contain additional links and elements.

Return Value

Type: System::Boolean
Return to top
Show: