Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
Visual Studio Automation and Extensibility Reference
linkerErrorReportingType Enumeration

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)
Visual Basic
Public Enumeration linkerErrorReportingType
C#
public enum linkerErrorReportingType
Visual C++
public enum class linkerErrorReportingType
F#
type linkerErrorReportingType
JScript
public enum linkerErrorReportingType
Member nameDescription
linkerErrorReportingDefaultprompt is the default when linking an application in the development environment.

queue is the default when linking an application at the command line.

linkerErrorReportingPromptPrompts you to send a report when you receive an internal linker error.
linkerErrorReportingQueueQueues the error report to be sent later.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker