IVsObjectList2.LocateNavInfoNode(IVsNavInfoNode, UInt32) Method

Definition

Reserved for future use.

C++/WinRT
int LocateNavInfoNode(Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode const & pNavInfoNode, [Runtime::InteropServices::Out] unsigned int & pulIndex);

Parameters

pNavInfoNode
IVsNavInfoNode

[in] An IVsNavInfoNode object representing the navigation information for a node.

pulIndex
UInt32

[out] Returns the index of the list item that corresponds to the specified navigation node.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

[C++]

HRESULT IVsObjectList2::LocateNavInfoNode(  
   [in] IVsNavInfoNode * pNavInfoNode,   
   [out] ULONG * pulIndex  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022