IVsCallBrowser Interface
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.
Manipulates the Call Browser for debugging. You can get an instance of this interface from the SVsCallBrowser (SID_SVsCallBrowser) service.
public interface class IVsCallBrowser
public interface class IVsCallBrowser
__interface IVsCallBrowser
[System.Runtime.InteropServices.Guid("6ED4E844-A0AF-4D6F-B108-8E655785BC88")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCallBrowser
[<System.Runtime.InteropServices.Guid("6ED4E844-A0AF-4D6F-B108-8E655785BC88")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCallBrowser = interface
Public Interface IVsCallBrowser
- Attributes
Methods
CanCreateNewInstance(Int32) |
Returns |
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. |