IVsCallBrowser Members
Include Protected Members
Include Inherited Members
Manipulates the Call Browser for debugging. You can get an instance of this interface from the SVsCallBrowser (SID_SVsCallBrowser) service.
The IVsCallBrowser type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanCreateNewInstance | Returns true if you can create a new instance of the Call Browser. | |
SetRootAtNavInfo | Sets the root of the displayed calls to a given navigation point. | |
SetRootAtSymbol | Displays the contents of a library in the Call Browser. |
Top