IVsObjectList2.LocateNavInfoNode(IVsNavInfoNode, UInt32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reserved for future use.
public:
int LocateNavInfoNode(Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode ^ pNavInfoNode, [Runtime::InteropServices::Out] System::UInt32 % pulIndex);
C++/WinRT
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
- 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.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
[C++]
HRESULT IVsObjectList2::LocateNavInfoNode(
[in] IVsNavInfoNode * pNavInfoNode,
[out] ULONG * pulIndex
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |