ShapeField::SetSelectionRange Method (SelectedShapesCollection^, DiagramItem^, DiagramItem^)
Visual Studio 2015
Sets the selection to a range of child shape fields.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual void SetSelectionRange( SelectedShapesCollection^ selection, DiagramItem^ anchorItem, DiagramItem^ toItem )
Parameters
- selection
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::SelectedShapesCollection^
The selected shapes.
- anchorItem
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^
The shape field at the start of the range.
- toItem
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^
The shape field at the end of the range.
Show: