Compartilhar via


Método IVsSimpleObjectList2.GetNavInfoNode (UInt32, IVsNavInfoNode)

 

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 GetNavInfoNode(
    uint index,
    out IVsNavInfoNode ppNavInfoNode
)
int GetNavInfoNode(
    unsigned int index,
    [OutAttribute] IVsNavInfoNode^% ppNavInfoNode
)
abstract GetNavInfoNode : 
        index:uint32 *
        ppNavInfoNode:IVsNavInfoNode byref -> int
Function GetNavInfoNode (
    index As UInteger,
    <OutAttribute> ByRef ppNavInfoNode As IVsNavInfoNode
) As Integer

Parâmetros

  • index
    [in] O índice do item para o qual deseja obter informações de navegação.
  • ppNavInfoNode
    [out] Retorna um IVsNavInfoNode 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:

HRESULT IVsSimpleObjectList2::GetNavInfoNode(
   [in]  ULONG            Index, 
   [out] IVsNavInfoNode **ppNavInfoNode
);

Consulte também

Interface IVsSimpleObjectList2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo