IVsCallBrowser Interface

 

Manipulates the Call Browser for debugging. You can get an instance of this interface from the SVsCallBrowser (SID_SVsCallBrowser) service.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("6ED4E844-A0AF-4D6F-B108-8E655785BC88")]
public interface IVsCallBrowser

NameDescription
System_CAPS_pubmethodCanCreateNewInstance(Int32)

Returns true if you can create a new instance of the Call Browser.

System_CAPS_pubmethodSetRootAtNavInfo(Int32, IVsNavInfo)

Sets the root of the displayed calls to a given navigation point.

System_CAPS_pubmethodSetRootAtSymbol(Int32, Guid, SYMBOL_DESCRIPTION_NODE[], UInt32)

Displays the contents of a library in the Call Browser.

Return to top
Show: