Compartilhar via


Propriedade VCCLCompilerTool.ErrorReporting

Obtém ou define o relatório de erros de compilador.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.VCProjectEngine.compilerErrorReportingType
Um valor de enumeração compilerErrorReportingType.

Segurança do .NET Framework

Consulte também

Referência

VCCLCompilerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine