ReportDiagnostic 枚举

定义

介绍如何报告警告诊断。

public enum class ReportDiagnostic
public enum ReportDiagnostic
type ReportDiagnostic = 
Public Enum ReportDiagnostic
继承
ReportDiagnostic

字段

Default 0

默认情况下报告诊断。

Error 1

将诊断报告为错误。

Hidden 4

将诊断报告为隐藏。

Info 3

以信息的形式报告诊断。

Suppress 5

取消诊断。

Warn 2

将诊断报告为警告,即使已指定 /warnaserror 也是如此。

适用于