Diagram::FixUpDiagram Method (ModelElement^, ModelElement^)

 

Ensures that the shape and its parent shapes are created and configured correctly.

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

public:
static void FixUpDiagram(
	ModelElement^ existingParent,
	ModelElement^ newChild
)

Parameters

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

The parent shape that is linked either directly or indirectly to the specified shape in the hierarchy.

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

The child shape that is linked either directly or indirectly to the specified parent shape.

Call this method if the new child shape has parent shapes associated with it in the diagram. A parent shape does not need a direct link to its child element. For example, a parent element can be the parent of the parent of the child element.

Before any shapes in the diagram are selected, the current selection is cleared. This action is performed one time for each diagram in the current transaction. Therefore, all shapes that are added in the same transaction are added to the diagram's current selection.

Return to top
Show: