IVsBackForwardNavigation Interface
Visual Studio 2015
Rarely used. Enables the window to navigate back and forward to saved navigation points. Use the AddNewBFNavigationItem method of the IVsUIShell interface to add a navigation point.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | IsEqual(IVsWindowFrame, String, Object, Int32) | Determines if the current navigation point is the current location in the document. Returns true if this is the case. |
![]() | NavigateTo(IVsWindowFrame, String, Object) | Moves the cursor to a specific point. |
Show:
