IVsSimpleObjectList2.GetNavInfo(UInt32, IVsNavInfo) 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 GetNavInfo(System::UInt32 index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ % ppNavInfo);
public:
int GetNavInfo(unsigned int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ & ppNavInfo);
int GetNavInfo(unsigned int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo const & & ppNavInfo);
public int GetNavInfo (uint index, out Microsoft.VisualStudio.Shell.Interop.IVsNavInfo ppNavInfo);
abstract member GetNavInfo : uint32 * IVsNavInfo -> int
Public Function GetNavInfo (index As UInteger, ByRef ppNavInfo As IVsNavInfo) As Integer
Paramètres
- index
- UInt32
[in] Index de l'élément pour lequel obtenir les informations de navigation.
- ppNavInfo
- IVsNavInfo
[out] Retourne un objet IVsNavInfo 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::GetNavInfo(
[in] ULONG Index,
[out] IVsNavInfo **ppNavInfo
);