IVsLibrary2.CreateNavInfo Method

Definition

Reserved for future use.

C++/CX
public:
 int CreateNavInfo(Platform::Array <Microsoft::VisualStudio::Shell::Interop::SYMBOL_DESCRIPTION_NODE> ^ rgSymbolNodes, unsigned int ulcNodes, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ &  ppNavInfo);

Parameters

rgSymbolNodes
SYMBOL_DESCRIPTION_NODE[]

[in] An array of SYMBOL_DESCRIPTION_NODE objects describing each node in the tree.

ulcNodes
UInt32

[in] The number of objects in the rgSymbolNodes array.

ppNavInfo
IVsNavInfo

[out] Returns an IVsNavInfo object representing the navigation information for all nodes in the tree.

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 IVsLibrary2::CreateNavInfo(  
   [in, size_is(ulcNodes)] SYMBOL_DESCRIPTION_NODE rgSymbolNodes[],   
   [in] ULONG ulcNodes,   
   [out] IVsNavInfo ** ppNavInfo  
);  

Applies to

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