Diagram.FixUpDiagramSelection Method

Updates the selection in the diagram.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: 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