prjCopyProjectOption Enum

Definition

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

prjAllFiles 2

Copy all the files in the source project folder.

prjProjectFiles 1

Copy all the project files.

prjRunFiles 0

Copy only the files needed to run the application.

Applies to