Note

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

Access to this page requires authorization. You can try .

VCCLCompilerTool.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.

Gets or sets compiler error reporting.

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

Property Value

A compilerErrorReportingType enumeration value.

Attributes

Applies to