optRefType-Enumeration
Wird von der OptimizeReferences-Eigenschaft verwendet.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration optRefType
public enum optRefType
public enum class optRefType
type optRefType
public enum optRefType
Member
Membername | Beschreibung | |
---|---|---|
optNoReferences | Halten Sie Unreferenced-Bezugspunkte (/OPT: NOREF) | |
optReferences | Entfernen Sie Unreferenced-Bezugspunkte (/OPT: REF) | |
optReferencesDefault | Standardwert |