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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("6ED4E844-A0AF-4D6F-B108-8E655785BC88")> _
Public Interface IVsCallBrowser
‘사용 방법
Dim instance As IVsCallBrowser
[InterfaceTypeAttribute()]
[GuidAttribute("6ED4E844-A0AF-4D6F-B108-8E655785BC88")]
public interface IVsCallBrowser
[InterfaceTypeAttribute()]
[GuidAttribute(L"6ED4E844-A0AF-4D6F-B108-8E655785BC88")]
public interface class IVsCallBrowser
[<InterfaceTypeAttribute()>]
[<GuidAttribute("6ED4E844-A0AF-4D6F-B108-8E655785BC88")>]
type IVsCallBrowser =  interface end
public interface IVsCallBrowser

See Also

Reference

IVsCallBrowser Members

Microsoft.VisualStudio.Shell.Interop Namespace