Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Allows you to provide internal linker error information directly to the Visual C++ team.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration linkerErrorReportingType
public enum linkerErrorReportingType
public enum class linkerErrorReportingType
type linkerErrorReportingType
public enum linkerErrorReportingType
Members
| Member name | Description | |
|---|---|---|
| linkerErrorReportingDefault | prompt is the default when linking an application in the development environment.
queue is the default when linking an application at the command line. |
|
| linkerErrorReportingPrompt | Prompts you to send a report when you receive an internal linker error. | |
| linkerErrorReportingQueue | Queues the error report to be sent later. |