IVsCallBrowser.SetRootAtNavInfo(Int32, 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 root of the displayed calls to a given navigation point.
public:
int SetRootAtNavInfo(int cbMode, Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ pNavInfo);
public:
int SetRootAtNavInfo(int cbMode, Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ pNavInfo);
int SetRootAtNavInfo(int cbMode, Microsoft::VisualStudio::Shell::Interop::IVsNavInfo const & pNavInfo);
public int SetRootAtNavInfo (int cbMode, Microsoft.VisualStudio.Shell.Interop.IVsNavInfo pNavInfo);
abstract member SetRootAtNavInfo : int * Microsoft.VisualStudio.Shell.Interop.IVsNavInfo -> int
Public Function SetRootAtNavInfo (cbMode As Integer, pNavInfo As IVsNavInfo) As Integer
Parameters
- cbMode
- Int32
[in] Browser mode to use. A value from the __VSCALLBROWSERMODE enumeration.
- pNavInfo
- IVsNavInfo
[in] The IVsNavInfo interface containing the information to use.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsCallBrowser::SetRootAtNavInfo(
[in] CALLBROWSERMODE cbMode,
[in] IVsNavInfo * pNavInfo
);