Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the startup state of the Visual Studio IDE.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("705CD8AC-D29B-11D2-AABD-00C04F688DDE")> _
Public Enumeration vsStartUp
[GuidAttribute("705CD8AC-D29B-11D2-AABD-00C04F688DDE")]
public enum vsStartUp
[GuidAttribute(L"705CD8AC-D29B-11D2-AABD-00C04F688DDE")]
public enum class vsStartUp
[<GuidAttribute("705CD8AC-D29B-11D2-AABD-00C04F688DDE")>]
type vsStartUp
public enum vsStartUp
Members
Member name | Description | |
---|---|---|
vsStartUpShowHomePage | Show the Visual Studio home page on startup. | |
vsStartUpLoadLastSolution | Load the last solution on startup | |
vsStartUpOpenProjectDialog | Start with the Open project dialog. | |
vsStartUpNewProjectDialog | Start with the New Project dialog. | |
vsStartUpEmptyEnvironment | Start with an empty environment. |