Proprietà VCCLCompilerTool.ErrorReporting

Ottiene o imposta la segnalazione degli errori del compilatore.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.VCProjectEngine.compilerErrorReportingType
In compilerErrorReportingType valore di enumerazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCCLCompilerTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine