VCCLCompilerTool.ErrorReporting Property

Definition

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