IVsObjectList2.GetNavInfoNode(UInt32, IVsNavInfoNode) Method

Definition

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:

[C++]

HRESULT IVsObjectList2::GetNavInfoNode(  
   [in] ULONG Index,   
   [out] IVsNavInfoNode ** ppNavInfoNode  
);  

Applies to