ShapeElement.CoerceSelection Method
Allows a shape to determine which other shapes are selected.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
public virtual void CoerceSelection( DiagramItem item, DiagramClientView view, bool isAddition )
Parameters
- item
- Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
The diagram.
- view
- Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
The diagram view.
- isAddition
- Type: System.Boolean
true to select a shape; false to remove selection from a shape.
- 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.