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.
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)
Syntax
'Declaration
<GuidAttribute("B7EE8DBA-E930-4C5D-984D-B07F8EB60977")> _
<InterfaceTypeAttribute()> _
Public Interface IVsBackForwardNavigation
[GuidAttribute("B7EE8DBA-E930-4C5D-984D-B07F8EB60977")]
[InterfaceTypeAttribute()]
public interface IVsBackForwardNavigation
[GuidAttribute(L"B7EE8DBA-E930-4C5D-984D-B07F8EB60977")]
[InterfaceTypeAttribute()]
public interface class IVsBackForwardNavigation
[<GuidAttribute("B7EE8DBA-E930-4C5D-984D-B07F8EB60977")>]
[<InterfaceTypeAttribute()>]
type IVsBackForwardNavigation = interface end
public interface IVsBackForwardNavigation
The IVsBackForwardNavigation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
IsEqual | Determines if the current navigation point is the current location in the document. Returns true if this is the case. |
![]() |
NavigateTo | Moves the cursor to a specific point. |
Top
.gif)