IVsBackForwardNavigation2 Interface

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

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6366F292-8597-4E66-B332-C9D00D4367B8")> _
Public Interface IVsBackForwardNavigation2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6366F292-8597-4E66-B332-C9D00D4367B8")]
public interface IVsBackForwardNavigation2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6366F292-8597-4E66-B332-C9D00D4367B8")]
public interface class IVsBackForwardNavigation2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("6366F292-8597-4E66-B332-C9D00D4367B8")>]
type IVsBackForwardNavigation2 =  interface end
public interface IVsBackForwardNavigation2

The IVsBackForwardNavigation2 type exposes the following members.

Methods

  Name Description
Public method RequestAddNavigationItem Requests that a navigation point be added for the view's current location in the frame.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace