ModelElement::MergeDisconnect Method (ModelElement^)

 

Disconnects a source element from a target element.

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

protected:
virtual void MergeDisconnect(
	ModelElement^ sourceElement
)

Parameters

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

The source element to disconnect from the target element.

Return to top
Show: