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
メンバー
| メンバー名 | 説明 |
|---|---|
| optReferencesDefault | 既定 |
| optNoReferences | 参照されないデータを維持 (/opt: NOREF) |
| optReferences | 参照されないデータを排除 (/opt: REF) |