VCCLCompilerTool.ErrorReporting-Eigenschaft

Ruft die Erstellung von Compilerfehlerberichten ab oder legt diese fest.

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

Syntax

'Declaration
Property ErrorReporting As compilerErrorReportingType
compilerErrorReportingType ErrorReporting { get; set; }
property compilerErrorReportingType ErrorReporting {
    compilerErrorReportingType get ();
    void set (compilerErrorReportingType value);
}
abstract ErrorReporting : compilerErrorReportingType with get, set
function get ErrorReporting () : compilerErrorReportingType
function set ErrorReporting (value : compilerErrorReportingType)

Eigenschaftswert

Typ: Microsoft.VisualStudio.VCProjectEngine.compilerErrorReportingType
Ein compilerErrorReportingType-Enumerationswert.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCLCompilerTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace