VCCLCompilerTool.ErrorReporting 属性

定义

获取或设置编译器错误报告。

public:
 property Microsoft::VisualStudio::VCProjectEngine::compilerErrorReportingType ErrorReporting { Microsoft::VisualStudio::VCProjectEngine::compilerErrorReportingType get(); void set(Microsoft::VisualStudio::VCProjectEngine::compilerErrorReportingType value); };
public:
 property Microsoft::VisualStudio::VCProjectEngine::compilerErrorReportingType ErrorReporting { Microsoft::VisualStudio::VCProjectEngine::compilerErrorReportingType get(); void set(Microsoft::VisualStudio::VCProjectEngine::compilerErrorReportingType value); };
[System.Runtime.InteropServices.DispId(92)]
public Microsoft.VisualStudio.VCProjectEngine.compilerErrorReportingType ErrorReporting { [System.Runtime.InteropServices.DispId(92)] get; [System.Runtime.InteropServices.DispId(92)] set; }
[<System.Runtime.InteropServices.DispId(92)>]
[<get: System.Runtime.InteropServices.DispId(92)>]
[<set: System.Runtime.InteropServices.DispId(92)>]
member this.ErrorReporting : Microsoft.VisualStudio.VCProjectEngine.compilerErrorReportingType with get, set
Public Property ErrorReporting As compilerErrorReportingType

属性值

compilerErrorReportingType

一个 compilerErrorReportingType 枚举值。

属性

适用于