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 | 既定の |