vsStartUp Enum

Definition

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

vsStartUpEmptyEnvironment 4

Start with an empty environment.

vsStartUpLoadLastSolution 1

Load the last solution on startup

vsStartUpNewProjectDialog 3

Start with the New Project dialog.

vsStartUpOpenProjectDialog 2

Start with the Open project dialog.

vsStartUpShowHomePage 0

Show the Visual Studio home page on startup.

Applies to