Compartilhar via


Método IVsObjectList2.GetNavInfo (UInt32, IVsNavInfo)

 

Publicado: abril de 2016

Reservado para uso futuro.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int GetNavInfo(
    uint index,
    out IVsNavInfo ppNavInfo
)
int GetNavInfo(
    unsigned int index,
    [OutAttribute] IVsNavInfo^% ppNavInfo
)
abstract GetNavInfo : 
        index:uint32 *
        ppNavInfo:IVsNavInfo byref -> int
Function GetNavInfo (
    index As UInteger,
    <OutAttribute> ByRef ppNavInfo As IVsNavInfo
) As Integer

Parâmetros

  • index
    [in] O índice do item para o qual deseja obter informações de navegação.
  • ppNavInfo
    [out] Retorna um IVsNavInfo objeto que contém as informações solicitadas.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell80.idl:

[C++]

HRESULT IVsObjectList2::GetNavInfo(
   [in] ULONG Index, 
   [out] IVsNavInfo ** ppNavInfo
);

Consulte também

Interface IVsObjectList2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo