VCCLCompilerTool.ErrorReporting Property

Gets or sets compiler error reporting.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property ErrorReporting As compilerErrorReportingType
'Usage
Dim instance As VCCLCompilerTool 
Dim value As compilerErrorReportingType 

value = instance.ErrorReporting

instance.ErrorReporting = value
compilerErrorReportingType ErrorReporting { get; set; }
property compilerErrorReportingType ErrorReporting {
    compilerErrorReportingType get ();
    void set (compilerErrorReportingType value);
}
function get ErrorReporting () : compilerErrorReportingType 
function set ErrorReporting (value : compilerErrorReportingType)

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.compilerErrorReportingType
A compilerErrorReportingType enumeration value.

.NET Framework Security

See Also

Reference

VCCLCompilerTool Interface

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace