LinkShape.NavigateToPrevious(SelectedShapesCollection) 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.
Called by this LinkShape to set focus to the previous segment in the navigation sequence. This also handles NavigateToPrevious for LineSegments and AnchorPoints since key events are not routed to them.
public:
override bool NavigateToPrevious(Microsoft::VisualStudio::Modeling::Diagrams::SelectedShapesCollection ^ selection);
public override bool NavigateToPrevious (Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection selection);
override this.NavigateToPrevious : Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection -> bool
Public Overrides Function NavigateToPrevious (selection As SelectedShapesCollection) As Boolean
Parameters
- selection
- SelectedShapesCollection
The current selection whose focus will be updated.
Returns
True if navigation occurred, false otherwise.