compileAsManagedOptions 枚举

CompileAsManaged 属性使用。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Public Enumeration compileAsManagedOptions
public enum compileAsManagedOptions
public enum class compileAsManagedOptions
type compileAsManagedOptions
public enum compileAsManagedOptions

成员

成员名称 说明
managedAssembly 程序集
managedAssemblyOldSyntax 具有旧语法的程序集
managedAssemblyPure 纯程序集
managedAssemblySafe 安全程序集
managedNotSet 未设置

备注

有关如何创建模块的信息,请参见 TurnOffAssemblyGeneration

有关更多信息,请参见“常规”属性页(项目)

请参阅

参考

Microsoft.VisualStudio.VCProjectEngine 命名空间