ShapeSubField.NavigateToPrevious 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 ShapeSubField to set focus to the previous object in the navigation sequence.
public:
virtual bool NavigateToPrevious(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ parentField, Microsoft::VisualStudio::Modeling::Diagrams::SelectedShapesCollection ^ selection);
public virtual bool NavigateToPrevious (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ShapeField parentField, Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection selection);
abstract member NavigateToPrevious : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField * Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection -> bool
override this.NavigateToPrevious : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField * Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection -> bool
Public Overridable Function NavigateToPrevious (parentShape As ShapeElement, parentField As ShapeField, selection As SelectedShapesCollection) As Boolean
Parameters
- parentShape
- ShapeElement
The parent ShapeElement of this ShapeSubField.
- parentField
- ShapeField
The parent ShapeField of this ShapeSubField.
- selection
- SelectedShapesCollection
The current selection whose focus and selection will be updated.
Returns
True if navigation occurred, false otherwise.
Remarks
If a ShapeElement, ShapeField, or ShapeSubField is not focusable, it does not participate in the navigation sequence.