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 | 預設 |