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.
This enumeration is used by the CopyProject to determine which project files are copied when the project is copied.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<GuidAttribute("5DE9F309-E701-44D1-8068-1860738C0084")> _
Public Enumeration prjCopyProjectOption
[GuidAttribute("5DE9F309-E701-44D1-8068-1860738C0084")]
public enum prjCopyProjectOption
[GuidAttribute(L"5DE9F309-E701-44D1-8068-1860738C0084")]
public enum class prjCopyProjectOption
[<GuidAttribute("5DE9F309-E701-44D1-8068-1860738C0084")>]
type prjCopyProjectOption
public enum prjCopyProjectOption
Members
| Member name | Description | |
|---|---|---|
| prjAllFiles | Copy all the files in the source project folder. | |
| prjProjectFiles | Copy all the project files. | |
| prjRunFiles | Copy only the files needed to run the application. |