Used by the CompileAsManaged property.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Public Enumeration compileAsManagedOptions
用法
Dim instance As compileAsManagedOptions
public enum compileAsManagedOptions
public enum class compileAsManagedOptions
public enum compileAsManagedOptions
Members
| Member name | Description | |
|---|---|---|
| managedNotSet | Not set | |
| managedAssembly | Assembly | |
| managedAssemblyPure | Pure Assembly | |
| managedAssemblySafe | Safe Assembly | |
| managedAssemblyOldSyntax | Assembly with old syntax | 
Remarks
See TurnOffAssemblyGeneration for information on how to create a module.
See General Property Page (Project) for more information.