IVsSimpleBrowseComponentSet.get_RootNavInfo(IVsNavInfo) 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.
Provides the IVsNavInfo for the root node of the component set.
public:
int get_RootNavInfo([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ % pRootNavInfo);
public int get_RootNavInfo (out Microsoft.VisualStudio.Shell.Interop.IVsNavInfo pRootNavInfo);
abstract member get_RootNavInfo : IVsNavInfo -> int
Public Function get_RootNavInfo (ByRef pRootNavInfo As IVsNavInfo) As Integer
Parameters
- pRootNavInfo
- IVsNavInfo
The IVsNavInfo that represents the navigation information for the root node of the component set.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.