IVsSimpleBrowseComponentSet.get_RootNavInfo(IVsNavInfo) Method

Definition

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.

Applies to