VCLinkerTool.ErrorReporting Property

Definition

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