prjStartAction Enum

Definition

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

prjStartActionNone 3

Indicates that no project, program, or URL should be started when the application is debugged.

prjStartActionProgram 1

Indicates that a specific program should be started when the application is debugged.

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.

prjStartActionURL 2

Indicates that a particular URL should be accessed when the application is debugged.

Applies to