Condividi tramite


Enumerazione compileAsManagedOptions

Utilizzato dalla proprietà CompileAsManaged.

Spazio dei nomi:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Sintassi

'Dichiarazione
Public Enumeration compileAsManagedOptions
public enum compileAsManagedOptions
public enum class compileAsManagedOptions
type compileAsManagedOptions
public enum compileAsManagedOptions

Membri

Nome membro Descrizione
managedAssembly Supporto Common Language Runtime (/clr)
managedAssemblyOldSyntax Supporto Common Language Runtime, sintassi precedente (/clr:oldSyntax)
managedAssemblyPure Supporto Common Language Runtime MSIL puro (/clr:pure)
managedAssemblySafe Supporto Common Language Runtime safe MSIL (/clr:safe)
managedNotSet Nessun supporto Common Language Runtime

Note

Vedere TurnOffAssemblyGeneration per informazioni sulla creazione di un form.

Per ulteriori informazioni, vedere Pagina delle proprietà Generale (Progetto).

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.VCProject