VCCLCompilerTool.ErrorReporting Property
Definition
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