IVsObjectList2.LocateNavInfoNode(IVsNavInfoNode, UInt32) 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 LocateNavInfoNode(Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode ^ pNavInfoNode, [Runtime::InteropServices::Out] System::UInt32 % pulIndex);
int LocateNavInfoNode(Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode const & pNavInfoNode, [Runtime::InteropServices::Out] unsigned int & pulIndex);
public int LocateNavInfoNode (Microsoft.VisualStudio.Shell.Interop.IVsNavInfoNode pNavInfoNode, out uint pulIndex);
abstract member LocateNavInfoNode : Microsoft.VisualStudio.Shell.Interop.IVsNavInfoNode * uint32 -> int
Public Function LocateNavInfoNode (pNavInfoNode As IVsNavInfoNode, ByRef pulIndex As UInteger) As Integer
Paramètres
- pNavInfoNode
- IVsNavInfoNode
[in] Objet IVsNavInfoNode représentant les informations de navigation d'un nœud.
- pulIndex
- UInt32
[out] Retourne l'index de l'élément de liste qui correspond au nœud de navigation spécifié.
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 :
[C++]
HRESULT IVsObjectList2::LocateNavInfoNode(
[in] IVsNavInfoNode * pNavInfoNode,
[out] ULONG * pulIndex
);