Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
RequestAddNavigationItem | Requests that a navigation point be added for the view's current location in the frame. |
Top
.gif)