允许你将内部编译器错误 (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 | 将稍后要发送的错误报告排队。 |