IVsSimpleBrowseComponentSet.put_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.
Sets the IVsNavInfo for the root node of the component set.
public:
int put_RootNavInfo(Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ pRootNavInfo);
public:
int put_RootNavInfo(Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ pRootNavInfo);
int put_RootNavInfo(Microsoft::VisualStudio::Shell::Interop::IVsNavInfo const & pRootNavInfo);
public int put_RootNavInfo (Microsoft.VisualStudio.Shell.Interop.IVsNavInfo pRootNavInfo);
abstract member put_RootNavInfo : Microsoft.VisualStudio.Shell.Interop.IVsNavInfo -> int
Public Function put_RootNavInfo (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.
Remarks
COM Signature
From vsshell80.idl:
HRESULT put_RootNavInfo(
[in] IVsNavInfo * pRootNavInfo
);