Freigeben über


compileAsManagedOptions-Enumeration

Wird von der CompileAsManaged-Eigenschaft verwendet.

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

Member

Membername Beschreibung
managedAssembly Assembly
managedAssemblyOldSyntax Assembly mit alter Syntax
managedAssemblyPure Reine Assembly
managedAssemblySafe Sichere Assembly
managedNotSet Nicht festgelegt

Hinweise

Siehe TurnOffAssemblyGeneration zu Informationen darüber, wie Sie ein Modul erstellt.

Weitere Informationen finden Sie unter Eigenschaftenseite "Allgemein" (Projekt).

Siehe auch

Referenz

Microsoft.VisualStudio.VCProjectEngine-Namespace