solutionExplorerMode 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.
Used to set the default mode for Visual C++ projects in Solution Explorer.
public enum class solutionExplorerMode
public enum class solutionExplorerMode
enum solutionExplorerMode
public enum solutionExplorerMode
type solutionExplorerMode =
Public Enum solutionExplorerMode
- Inheritance
-
solutionExplorerMode
Fields
Name | Value | Description |
---|---|---|
modeShowOnlyInProject | 0 | Shows only the files located in projects. |
modeShowAllFiles | 1 | Shows all files in the solution. |