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