CopyToOutputDirectoryValue Enumeration

This class and its members are reserved for internal use and are not intended to be used in your code. Valid values for the copy to output directory file property.

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

Syntax

'Declaration
Public Enumeration CopyToOutputDirectoryValue
'Usage
Dim instance As CopyToOutputDirectoryValue
public enum CopyToOutputDirectoryValue
public enum class CopyToOutputDirectoryValue
type CopyToOutputDirectoryValue
public enum CopyToOutputDirectoryValue

Members

Member name Description
DoNotCopy

Always

PreserveNewest

Remarks

NOTE : This class must be ComVisible and public because it's used in the VS property window.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace