Share via


prjStartAction Enumeration

Used by the StartAction property to indicate the start action of a project for debugging.

Namespace:  VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

Syntax

'Declaration
<GuidAttribute("504876A3-4B7D-4932-B1D7-E91129D4AEBF")> _
Public Enumeration prjStartAction
[GuidAttribute("504876A3-4B7D-4932-B1D7-E91129D4AEBF")]
public enum prjStartAction
[GuidAttribute(L"504876A3-4B7D-4932-B1D7-E91129D4AEBF")]
public enum class prjStartAction
[<GuidAttribute("504876A3-4B7D-4932-B1D7-E91129D4AEBF")>]
type prjStartAction
public enum prjStartAction

Members

Member name Description
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.
prjStartActionProgram Indicates that a specific program should be started when the application is debugged.
prjStartActionURL Indicates that a particular URL should be accessed when the application is debugged.
prjStartActionNone Indicates that no project, program, or URL should be started when the application is debugged.

See Also

Reference

VSLangProj Namespace