compilerErrorReportingType - перечисление
Allows you to provide internal compiler error (ICE) information directly to the Visual C++ team.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Enumeration compilerErrorReportingType
'Применение
Dim instance As compilerErrorReportingType
public enum compilerErrorReportingType
public enum class compilerErrorReportingType
public enum compilerErrorReportingType
Члены
Имя члена | Описание | |
---|---|---|
compilerErrorReportingDefault | prompt is the default when compiling an application in the development environment. | |
compilerErrorReportingPrompt | Prompts you to send a report when you receive an internal compiler error. | |
compilerErrorReportingQueue | Queues the error report to be sent later. |