prjCopyProjectOption 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.
This enumeration is used by the CopyProject(String, String, prjCopyProjectOption, String, String) to determine which project files are copied when the project is copied.
public enum class prjCopyProjectOption
public enum class prjCopyProjectOption
enum prjCopyProjectOption
[System.Runtime.InteropServices.Guid("5DE9F309-E701-44D1-8068-1860738C0084")]
public enum prjCopyProjectOption
[<System.Runtime.InteropServices.Guid("5DE9F309-E701-44D1-8068-1860738C0084")>]
type prjCopyProjectOption =
Public Enum prjCopyProjectOption
- Inheritance
-
prjCopyProjectOption
- Attributes
Fields
Name | Value | Description |
---|---|---|
prjRunFiles | 0 | Copy only the files needed to run the application. |
prjProjectFiles | 1 | Copy all the project files. |
prjAllFiles | 2 | Copy all the files in the source project folder. |