optRefType Enumeration

Used by the OptimizeReferences property.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

Public Enumeration optRefType

Dim instance As optRefType
public enum optRefType
public enum class optRefType
public enum optRefType

Members

Member name Description
optReferencesDefault Default
optNoReferences Keep Unreferenced Data (/OPT:NOREF)
optReferences Eliminate Unreferenced Data (/OPT:REF)

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace