prjCopyProjectOption Enum
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
C++/CX
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
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. |
Táirge | Leaganacha |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |