__VSCALLBROWSERMODE Enumeration

 

Specifies display options for the call browser.

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

public enum __VSCALLBROWSERMODE

Member nameDescription
CBM_CALLSFROM

Show call graph.

CBM_CALLSFROM_NEWWINDOW

Show call graph in a new window.

CBM_CALLSTO

Show callers graph.

CBM_CALLSTO_NEWWINDOW

Show callers graph in a new window.

From vsshell80.idl:

Return to top
Show: