IVsCallBrowser Interface
Visual Studio 2015
Manipulates the Call Browser for debugging. You can get an instance of this interface from the SVsCallBrowser (SID_SVsCallBrowser) service.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | CanCreateNewInstance(Int32) | Returns true if you can create a new instance of the Call Browser. |
![]() | SetRootAtNavInfo(Int32, IVsNavInfo) | Sets the root of the displayed calls to a given navigation point. |
![]() | SetRootAtSymbol(Int32, Guid, SYMBOL_DESCRIPTION_NODE[], UInt32) | Displays the contents of a library in the Call Browser. |
Show:
