__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)

Syntax

'Declaration
Public Enumeration __VSCALLBROWSERMODE
public enum __VSCALLBROWSERMODE
public enum class __VSCALLBROWSERMODE
type __VSCALLBROWSERMODE
public enum __VSCALLBROWSERMODE

Members

Member name Description
CBM_CALLSTO Show callers graph.
CBM_CALLSTO_NEWWINDOW Show callers graph in a new window.
CBM_CALLSFROM Show call graph.
CBM_CALLSFROM_NEWWINDOW Show call graph in a new window.

Remarks

COM Signature

From vsshell80.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace