Diagram::FixUpDiagramSelection Method (ShapeElement^)

 

Updates the selection in the diagram.

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

public:
virtual IList^ FixUpDiagramSelection(
	ShapeElement^ newChildShape
)

Parameters

newChildShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The child shape that was passed in from the FixUpDiagram method.

Return Value

Type: System.Collections::IList^

A list of diagram client views that have modified selections.

This method is called by the FixUpDiagram method.

Return to top
Show: