ModelElement::IMergeElements::CanMerge Method (ProtoElementBase^, ElementGroupPrototype^)
Visual Studio 2015
Returns true if this element can merge with the content of the prototype.
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
Show: