prjStartAction Enumeration
Visual Studio 2015
Used by the StartAction property to indicate the start action of a project for debugging.
Assembly: VSLangProj (in VSLangProj.dll)
| Member name | Description | |
|---|---|---|
| prjStartActionNone | Indicates that no project, program, or URL should be started when the application is debugged. | |
| prjStartActionProgram | Indicates that a specific program should be started when the application is debugged. | |
| prjStartActionProject | Indicates that the executable file (for Windows Application and Console Application projects) or the Start Page (for Web projects) should be started when the application is debugged. Class library projects cannot be started directly. | |
| prjStartActionURL | Indicates that a particular URL should be accessed when the application is debugged. |
Show: