optRefType 枚举

OptimizeReferences 属性使用。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Public Enumeration optRefType
public enum optRefType
public enum class optRefType
type optRefType
public enum optRefType

成员

成员名称 说明
optNoReferences 保留未引用的数据 (/OPT:NOREF)
optReferences 消除未引用的数据 (/OPT: REF)
optReferencesDefault 默认

请参阅

参考

Microsoft.VisualStudio.VCProjectEngine 命名空间