linkerErrorReportingType Enumeration
Visual Studio 2015
Allows you to provide internal linker error information directly to the Visual C++ team.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: