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 AssemblerOutput property.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration asmListingOption
public enum asmListingOption
public enum class asmListingOption
type asmListingOption
public enum asmListingOption
Members
| Member name | Description | |
|---|---|---|
| asmListingAsmMachine | Assembly and machine code | |
| asmListingAsmMachineSrc | Assembly, machine, and source code | |
| asmListingAsmSrc | Assembly and source code | |
| asmListingAssemblyOnly | Assembly | |
| asmListingNone | None | 
Remarks
See /FA, /Fa (Listing File) for more information.