enhancedInstructionSetType Enumeration

Used by the EnableEnhancedInstructionSet property.

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

Syntax

声明
Public Enumeration enhancedInstructionSetType
用法
Dim instance As enhancedInstructionSetType
public enum enhancedInstructionSetType
public enum class enhancedInstructionSetType
public enum enhancedInstructionSetType

Members

Member name Description
enhancedInstructionSetTypeNotSet Not set
enhancedInstructionSetTypeSIMD SIMD
enhancedInstructionSetTypeSIMD2 SIMD2

Remarks

See /ARCH for more information.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace