CopyToOutputDirectoryValue Enumeration

This class and its members are reserved for internal use and are not intended to be used in your code. This class must be ComVisible and public because it is used in the Visual Studio property window. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Enumeration CopyToOutputDirectoryValue
public enum CopyToOutputDirectoryValue
public enum class CopyToOutputDirectoryValue
type CopyToOutputDirectoryValue
public enum CopyToOutputDirectoryValue

Members

Member name Description
DoNotCopy This class and its members are reserved for internal use and are not intended to be used in your code.
Always This class and its members are reserved for internal use and are not intended to be used in your code.
PreserveNewest This class and its members are reserved for internal use and are not intended to be used in your code.

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace