ModelElement::Copy Method ()

 

Creates a copy of the element in the model.

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

public:
ModelElement^ Copy()

Return Value

Type: Microsoft.VisualStudio.Modeling::ModelElement^

The copy of the ModelElement.

The child links are those with a role in which PropagatesCopy is set. Typically these are the source roles of instances of embedding relationships.

For more information, see Customizing Copy Behavior.

Return to top
Show: