次の方法で共有


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)

参照

参照

Microsoft.VisualStudio.VCProjectEngine 名前空間