compileAsManagedOptions Enumeration

Used by the CompileAsManaged property.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Public Enumeration compileAsManagedOptions
'Usage
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.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace