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

 

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)

protected:
virtual void MergeRelate(
	ModelElement^ sourceElement,
	ElementGroup^ elementGroup
)

Parameters

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

The element to be related to this model element.

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

The group of source elements 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: