vsStartUp Enumeration
Visual Studio 2015
Specifies the startup state of the Visual Studio IDE.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| vsStartUpEmptyEnvironment | Start with an empty environment. | |
| vsStartUpLoadLastSolution | Load the last solution on startup | |
| vsStartUpNewProjectDialog | Start with the New Project dialog. | |
| vsStartUpOpenProjectDialog | Start with the Open project dialog. | |
| vsStartUpShowHomePage | Show the Visual Studio home page on startup. |
Show: