ShapeElement::NavigateToLast Method (SelectedShapesCollection^)
Visual Studio 2015
Navigates to the last shape in the navigation sequence in the parent of the current selection. Called in response to user navigation keystrokes.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- selection
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::SelectedShapesCollection^
The selection in which the focus is to be changed.
Override this method to vary the selection behavior, for example to change the navigation sequence. After determining the next item to select, you can call NavigateTo.
By default, shape fields precede child shapes in the navigation sequence.
Show: