Diagram.FixUpDiagramSelection(ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the selection during FixUpDiagram. Default behavior is to select the newChildShape on the active diagram view if there is one, or on all views if there is no active view.
public:
virtual System::Collections::IList ^ FixUpDiagramSelection(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ newChildShape);
public virtual System.Collections.IList FixUpDiagramSelection (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement newChildShape);
abstract member FixUpDiagramSelection : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> System.Collections.IList
override this.FixUpDiagramSelection : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> System.Collections.IList
Public Overridable Function FixUpDiagramSelection (newChildShape As ShapeElement) As IList
Parameters
- newChildShape
- ShapeElement
The new child shape that is added by FixUpDiagram
Returns
A non-null list of DiagramClientViews that had their selection modified.