IVsSimpleObjectList2.GetNavInfoNode(UInt32, IVsNavInfoNode) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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
);