Sdílet prostřednictvím


VCCLCompilerTool.ErrorReporting – vlastnost

Získá nebo nastaví hlášení chyb kompilátoru.

Obor názvů:  Microsoft.VisualStudio.VCProjectEngine
Sestavení:  Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.VCProjectEngine.compilerErrorReportingType
Hodnota výčtu compilerErrorReportingType.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCCLCompilerTool Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů