IVsSimpleObjectList2::LocateNavInfoNode Method (IVsNavInfoNode^, UInt32)
Visual Studio 2015
Reserved for future use.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
int LocateNavInfoNode( IVsNavInfoNode^ pNavInfoNode, [OutAttribute] unsigned int% pulIndex )
Parameters
- pNavInfoNode
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsNavInfoNode^
[in] An IVsNavInfoNode object representing the navigation information for a node.
- pulIndex
-
Type:
System::UInt32
[out] Returns the index of the list item that corresponds to the specified navigation node.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsSimpleObjectList2::LocateNavInfoNode(
[in] IVsNavInfoNode *pNavInfoNode,
[out] ULONG *pulIndex
);
Show: