__COPYTOOUTPUTSTATE 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.
Supplies the value for the CopyToOutputDirectory property.
public enum class __COPYTOOUTPUTSTATE
public enum class __COPYTOOUTPUTSTATE
enum __COPYTOOUTPUTSTATE
public enum __COPYTOOUTPUTSTATE
type __COPYTOOUTPUTSTATE =
Public Enum __COPYTOOUTPUTSTATE
- Inheritance
-
__COPYTOOUTPUTSTATE
Fields
Name | Value | Description |
---|---|---|
COPYTOOUTPUTSTATE_Never | 0 | Remove metadata. Value = 0 |
COPYTOOUTPUTSTATE_Always | 1 | Metadata value is literal. Value = 1 |
COPYTOOUTPUTSTATE_PreserveNewestFile | 2 | Metadata value is literal. Value = 2 |
Remarks
These enumeration values are used in conjunction with CopyToOutputDirectory.