IVsSimpleObjectList2.GetNavInfoNode(UInt32, IVsNavInfoNode) Method
Definition
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 GetNavInfoNode(System::UInt32 index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode ^ % ppNavInfoNode);
public:
int GetNavInfoNode(unsigned int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode ^ & ppNavInfoNode);
int GetNavInfoNode(unsigned int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode const & & ppNavInfoNode);
public int GetNavInfoNode (uint index, out Microsoft.VisualStudio.Shell.Interop.IVsNavInfoNode ppNavInfoNode);
abstract member GetNavInfoNode : uint32 * IVsNavInfoNode -> int
Public Function GetNavInfoNode (index As UInteger, ByRef ppNavInfoNode As IVsNavInfoNode) As Integer
Parameters
- index
- UInt32
[in] The index of the item for which to get navigation information.
- ppNavInfoNode
- IVsNavInfoNode
[out] Returns an IVsNavInfoNode object that contains the requested information.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsSimpleObjectList2::GetNavInfoNode(
[in] ULONG Index,
[out] IVsNavInfoNode **ppNavInfoNode
);