solutionExplorerMode - перечисление
Used to set the default mode for Visual C++ projects in Solution Explorer.
Пространство имен: Microsoft.VisualStudio.VCProject
Сборка: Microsoft.VisualStudio.VCProject (в Microsoft.VisualStudio.VCProject.dll)
Синтаксис
'Декларация
Public Enumeration solutionExplorerMode
'Применение
Dim instance As solutionExplorerMode
public enum solutionExplorerMode
public enum class solutionExplorerMode
public enum solutionExplorerMode
Члены
Имя члена | Описание | |
---|---|---|
modeShowOnlyInProject | Shows only the files located in projects. | |
modeShowAllFiles | Shows all files in the solution. |