Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Used by the CompileAsManaged property.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration compileAsManagedOptions
public enum compileAsManagedOptions
public enum class compileAsManagedOptions
type compileAsManagedOptions
public enum compileAsManagedOptions
Members
| Member name | Description | |
|---|---|---|
| managedAssembly | Assembly | |
| managedAssemblyOldSyntax | Assembly with old syntax | |
| managedAssemblyPure | Pure Assembly | |
| managedAssemblySafe | Safe Assembly | |
| managedNotSet | Not set | 
Remarks
See TurnOffAssemblyGeneration for information on how to create a module.
See General Property Page (Project) for more information.