IMergeElements.MergeRelate Method

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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Sub MergeRelate ( _
    sourceElement As ModelElement, _
    elementGroup As ElementGroup _
)
void MergeRelate(
    ModelElement sourceElement,
    ElementGroup elementGroup
)
void MergeRelate(
    ModelElement^ sourceElement, 
    ElementGroup^ elementGroup
)
abstract MergeRelate : 
        sourceElement:ModelElement * 
        elementGroup:ElementGroup -> unit
function MergeRelate(
    sourceElement : ModelElement, 
    elementGroup : ElementGroup
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IMergeElements Interface

Microsoft.VisualStudio.Modeling Namespace