VCCLCompilerTool.ErrorReporting 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置编译器错误报告。
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 枚举值。
- 属性