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
声明
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
- 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.
Remarks
This method is called by the FixUpDiagram method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.