IVsBackForwardNavigation Interface

Definição

Raramente usado. Permite que a janela navegue para frente e para trás até os pontos de navegação salvos. Use o AddNewBFNavigationItem(IVsWindowFrame, String, Object, Int32) método da IVsUIShell interface para adicionar um ponto de navegação.

public interface class IVsBackForwardNavigation
public interface class IVsBackForwardNavigation
__interface IVsBackForwardNavigation
[System.Runtime.InteropServices.Guid("B7EE8DBA-E930-4C5D-984D-B07F8EB60977")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsBackForwardNavigation
[<System.Runtime.InteropServices.Guid("B7EE8DBA-E930-4C5D-984D-B07F8EB60977")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsBackForwardNavigation = interface
Public Interface IVsBackForwardNavigation
Atributos

Métodos

IsEqual(IVsWindowFrame, String, Object, Int32)

Determina se o ponto de navegação atual é o local atual no documento. Retorna true se esse for o caso.

NavigateTo(IVsWindowFrame, String, Object)

Move o cursor para um ponto específico.

Aplica-se a