IMergeElements::MergeRelate Method (ModelElement^, ElementGroup^)

 

Gets the merge process that creates a relationship between this target element and the specified source element.

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

void MergeRelate(
	ModelElement^ sourceElement,
	ElementGroup^ elementGroup
)

Parameters

sourceElement
Type: Microsoft.VisualStudio.Modeling::ModelElement^

The element that is to be related to this model element.

elementGroup
Type: Microsoft.VisualStudio.Modeling::ElementGroup^

The group of source ModelElement objects that have been added back into the target store.

Override this method to create the relationship between this target element and the specified source element.

Return to top
Show: