IVsObjectList2.GetNavInfo(UInt32, IVsNavInfo) Method

Definition

Reserved for future use.

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

Parameters

index
UInt32

[in] The index of the item for which to get navigation information.

ppNavInfo
IVsNavInfo

[out] Returns an IVsNavInfo 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::GetNavInfo(  
   [in] ULONG Index,   
   [out] IVsNavInfo ** ppNavInfo  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022