IVsBackForwardNavigation Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("B7EE8DBA-E930-4C5D-984D-B07F8EB60977")]
[InterfaceTypeAttribute(1)]
public interface IVsBackForwardNavigation

NameDescription
System_CAPS_pubmethodIsEqual(IVsWindowFrame, String, Object, Int32)

Determines if the current navigation point is the current location in the document. Returns true if this is the case.

System_CAPS_pubmethodNavigateTo(IVsWindowFrame, String, Object)

Moves the cursor to a specific point.

Return to top
Show: