__VSCALLBROWSERMODE Enum
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
C++/CX
public enum class __VSCALLBROWSERMODE
enum __VSCALLBROWSERMODE
public enum __VSCALLBROWSERMODE
type __VSCALLBROWSERMODE =
Public Enum __VSCALLBROWSERMODE
- Inheritance
-
__VSCALLBROWSERMODE
Name | Value | Description |
---|---|---|
CBM_CALLSTO | 0 | Show callers graph. |
CBM_CALLSTO_NEWWINDOW | 1 | Show callers graph in a new window. |
CBM_CALLSFROM | 2 | Show call graph. |
CBM_CALLSFROM_NEWWINDOW | 3 | Show call graph in a new window. |
From vsshell80.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |