__COPYTOOUTPUTSTATE 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.
Supplies the value for the CopyToOutputDirectory property.
public enum class __COPYTOOUTPUTSTATE
C++/CX
public enum class __COPYTOOUTPUTSTATE
enum __COPYTOOUTPUTSTATE
public enum __COPYTOOUTPUTSTATE
type __COPYTOOUTPUTSTATE =
Public Enum __COPYTOOUTPUTSTATE
- Inheritance
-
__COPYTOOUTPUTSTATE
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 |
These enumeration values are used in conjunction with CopyToOutputDirectory.
Produkt | Wersje |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |