IVsBackForwardNavigation2 Interface

Definition

Enables the window to navigate back and forward to saved navigation points.

public interface class IVsBackForwardNavigation2
public interface class IVsBackForwardNavigation2
__interface IVsBackForwardNavigation2
[System.Runtime.InteropServices.Guid("6366F292-8597-4E66-B332-C9D00D4367B8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBackForwardNavigation2
[<System.Runtime.InteropServices.Guid("6366F292-8597-4E66-B332-C9D00D4367B8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBackForwardNavigation2 = interface
Public Interface IVsBackForwardNavigation2
Attributes

Methods

RequestAddNavigationItem(IVsWindowFrame)

Requests that a navigation point be added for the view's current location in the frame.

Applies to