Share via


Diagram.FixUpDiagramSelection Method

Updates the selection in the diagram.

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

Syntax

'Declaration
Public Overridable Function FixUpDiagramSelection ( _
    newChildShape As ShapeElement _
) As IList
public virtual IList FixUpDiagramSelection(
    ShapeElement newChildShape
)
public:
virtual IList^ FixUpDiagramSelection(
    ShapeElement^ newChildShape
)
abstract FixUpDiagramSelection : 
        newChildShape:ShapeElement -> IList 
override FixUpDiagramSelection : 
        newChildShape:ShapeElement -> IList 
public function FixUpDiagramSelection(
    newChildShape : ShapeElement
) : IList

Parameters

Return Value

Type: System.Collections.IList
A list of diagram client views that have modified selections.

Remarks

This method is called by the FixUpDiagram method.

.NET Framework Security

See Also

Reference

Diagram Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace