optRefType 列挙体
更新 : 2007 年 11 月
OptimizeReferences プロパティで使用します。
名前空間 : Microsoft.VisualStudio.VCProjectEngine
アセンブリ : Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll 内)
構文
'宣言
Public Enumeration optRefType
'使用
Dim instance As optRefType
public enum optRefType
public enum class optRefType
public enum optRefType
メンバ
メンバ名 | 説明 | |
---|---|---|
optReferencesDefault | 既定 | |
optNoReferences | 参照されないデータを保持する (/OPT:NOREF) | |
optReferences | 参照されないデータを除去する (/OPT:REF) |