compilerErrorReportingType 枚举
允许您将内部编译器错误 (ICE) 信息直接提供给 Visual C++ 团队。
命名空间: Microsoft.VisualStudio.VCProjectEngine
程序集: Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
语法
声明
Public Enumeration compilerErrorReportingType
public enum compilerErrorReportingType
public enum class compilerErrorReportingType
type compilerErrorReportingType
public enum compilerErrorReportingType
成员
成员名称 | 说明 | |
---|---|---|
compilerErrorReportingDefault | 编译,则应用程序在开发环境中,prompt 是默认设置。
编译,则应用程序在命令行中,queue 是默认设置。 |
|
compilerErrorReportingPrompt | 收到内部编译器错误时,提示您发送报告。 | |
compilerErrorReportingQueue | 排队后要发送的错误报告。 |