Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VCLinkerTool.ErrorReporting Property

Definition

Namespace:
Microsoft.VisualStudio.VCProjectEngine
Assembly:
Microsoft.VisualStudio.VCProjectEngine.dll
Package:
Microsoft.VisualStudio.VCProjectEngine v17.14.40264

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Sets or gets the current linker error reporting setting.

public:
 property Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType ErrorReporting { Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType get(); void set(Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType value); };
public:
 property Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType ErrorReporting { Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType get(); void set(Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType value); };
[System.Runtime.InteropServices.DispId(116)]
public Microsoft.VisualStudio.VCProjectEngine.linkerErrorReportingType ErrorReporting { [System.Runtime.InteropServices.DispId(116)] get; [System.Runtime.InteropServices.DispId(116)] set; }
[<System.Runtime.InteropServices.DispId(116)>]
[<get: System.Runtime.InteropServices.DispId(116)>]
[<set: System.Runtime.InteropServices.DispId(116)>]
member this.ErrorReporting : Microsoft.VisualStudio.VCProjectEngine.linkerErrorReportingType with get, set
Public Property ErrorReporting As linkerErrorReportingType

Property Value

A value from the linkerErrorReportingType enumeration.

Attributes

Applies to