vsStartUp 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 the startup state of the Visual Studio IDE.
public enum class vsStartUp
public enum class vsStartUp
enum vsStartUp
[System.Runtime.InteropServices.Guid("705CD8AC-D29B-11D2-AABD-00C04F688DDE")]
public enum vsStartUp
[<System.Runtime.InteropServices.Guid("705CD8AC-D29B-11D2-AABD-00C04F688DDE")>]
type vsStartUp =
Public Enum vsStartUp
- Inheritance
-
vsStartUp
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsStartUpShowHomePage | 0 | Show the Visual Studio home page on startup. |
vsStartUpLoadLastSolution | 1 | Load the last solution on startup |
vsStartUpOpenProjectDialog | 2 | Start with the Open project dialog. |
vsStartUpNewProjectDialog | 3 | Start with the New Project dialog. |
vsStartUpEmptyEnvironment | 4 | Start with an empty environment. |