IVsBackForwardNavigation Interface
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.
Rarely used. Enables the window to navigate back and forward to saved navigation points. Use the AddNewBFNavigationItem(IVsWindowFrame, String, Object, Int32) method of the IVsUIShell interface to add a navigation point.
public interface class IVsBackForwardNavigation
public interface class IVsBackForwardNavigation
__interface IVsBackForwardNavigation
[System.Runtime.InteropServices.Guid("B7EE8DBA-E930-4C5D-984D-B07F8EB60977")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsBackForwardNavigation
[System.Runtime.InteropServices.Guid("B7EE8DBA-E930-4C5D-984D-B07F8EB60977")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBackForwardNavigation
[<System.Runtime.InteropServices.Guid("B7EE8DBA-E930-4C5D-984D-B07F8EB60977")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsBackForwardNavigation = interface
[<System.Runtime.InteropServices.Guid("B7EE8DBA-E930-4C5D-984D-B07F8EB60977")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBackForwardNavigation = interface
Public Interface IVsBackForwardNavigation
- Attributes
Methods
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. |