IVsSimpleObjectList2.GetNavInfoNode(UInt32, IVsNavInfoNode) Method

Definition

Reserved for future use.

C++/CX
public:
 int GetNavInfoNode(unsigned int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode ^ &  ppNavInfoNode);

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:

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

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022