ModelElement::MergeRelate Method (ModelElement^, ElementGroup^)
Visual Studio 2015
Creates a relationship between this target element and the specified source element.
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.
Show: