IMergeElements::MergeRelate Method (ModelElement^, ElementGroup^)
Visual Studio 2015
Gets the merge process that 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)
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.
Show: