LinkShape::NavigateToFirst Method (SelectedShapesCollection^)
Visual Studio 2015
Called in response to user’s keystroke navigation to set the focus on the first child of the parent of the current focus.
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 whose focus will be set. The current focus can be the LinkShape or one of its segments or anchor points.
Override this method to vary the selection behavior. After determining the next item to select, you can call NavigateTo.
Show: