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)
Syntax
<GuidAttribute("6ED4E844-A0AF-4D6F-B108-8E655785BC88")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCallBrowser
Dim instance As IVsCallBrowser
[GuidAttribute("6ED4E844-A0AF-4D6F-B108-8E655785BC88")]
[InterfaceTypeAttribute()]
public interface IVsCallBrowser
[GuidAttribute(L"6ED4E844-A0AF-4D6F-B108-8E655785BC88")]
[InterfaceTypeAttribute()]
public interface class IVsCallBrowser
public interface IVsCallBrowser