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 を保持します : 関数)
optReferences 参照されていないデータ (/OPT を削除します : REF)
optReferencesDefault 既定値

参照

関連項目

Microsoft.VisualStudio.VCProjectEngine 名前空間