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 | 保留未參考的資料 (/ 選擇: NOREF) | |
optReferences | 消除未參考的資料 (/ 選擇: REF) | |
optReferencesDefault | Default |