次の方法で共有

Facebook x.com LinkedIn 電子メール

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)

参照

参照

Microsoft.VisualStudio.VCProjectEngine 名前空間


  • Last updated on 2011年08月09日