Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
| 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. |