IVsSimpleObjectList2.GetNavInfoNode(UInt32, IVsNavInfoNode) Méthode

Définition

Réservé pour un usage futur.

public:
 int GetNavInfoNode(System::UInt32 index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode ^ % ppNavInfoNode);
public:
 int GetNavInfoNode(unsigned int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode ^ &  ppNavInfoNode);
int GetNavInfoNode(unsigned int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode const & & ppNavInfoNode);
public int GetNavInfoNode (uint index, out Microsoft.VisualStudio.Shell.Interop.IVsNavInfoNode ppNavInfoNode);
abstract member GetNavInfoNode : uint32 * IVsNavInfoNode -> int
Public Function GetNavInfoNode (index As UInteger, ByRef ppNavInfoNode As IVsNavInfoNode) As Integer

Paramètres

index
UInt32

[in] Index de l'élément pour lequel obtenir les informations de navigation.

ppNavInfoNode
IVsNavInfoNode

[out] Retourne un objet IVsNavInfoNode qui contient les informations demandées.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

Signature COM

À partir de vsshell80. idl :

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

S’applique à