prjStartAction 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.
Used by the StartAction property to indicate the start action of a project for debugging.
public enum class prjStartAction
public enum class prjStartAction
enum prjStartAction
[System.Runtime.InteropServices.Guid("504876A3-4B7D-4932-B1D7-E91129D4AEBF")]
public enum prjStartAction
[<System.Runtime.InteropServices.Guid("504876A3-4B7D-4932-B1D7-E91129D4AEBF")>]
type prjStartAction =
Public Enum prjStartAction
- Inheritance
-
prjStartAction
- Attributes
Fields
Name | Value | Description |
---|---|---|
prjStartActionProject | 0 | 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. |
prjStartActionProgram | 1 | Indicates that a specific program should be started when the application is debugged. |
prjStartActionURL | 2 | Indicates that a particular URL should be accessed when the application is debugged. |
prjStartActionNone | 3 | Indicates that no project, program, or URL should be started when the application is debugged. |