__VSCALLBROWSERMODE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies display options for the call browser.
public enum class __VSCALLBROWSERMODE
public enum class __VSCALLBROWSERMODE
enum __VSCALLBROWSERMODE
public enum __VSCALLBROWSERMODE
type __VSCALLBROWSERMODE =
Public Enum __VSCALLBROWSERMODE
- Inheritance
-
__VSCALLBROWSERMODE
Fields
CBM_CALLSFROM | 2 | Show call graph. |
CBM_CALLSFROM_NEWWINDOW | 3 | Show call graph in a new window. |
CBM_CALLSTO | 0 | Show callers graph. |
CBM_CALLSTO_NEWWINDOW | 1 | Show callers graph in a new window. |
Remarks
COM Signature
From vsshell80.idl: