VerificationReportLevel 列挙型

定義

VerificationAttribute インスタンスで定義されるアクセスに関する規則のレポートのレベルを指定します。

public enum class VerificationReportLevel
public enum VerificationReportLevel
type VerificationReportLevel = 
Public Enum VerificationReportLevel
継承
VerificationReportLevel

フィールド

Error 0

VerificationAttribute インスタンスによって表される検証規則はエラーです。

Guideline 2

VerificationAttribute インスタンスによって表される検証規則はガイドラインです。

Warning 1

VerificationAttribute インスタンスによって表される検証規則は警告です。

注釈

でクラス、メンバー、またはインデクサー VerificationAttributeを拡張する場合は、いずれかの値を指定して、検証ルールが表すレポートのレベルを定義する VerificationReportLevel 必要があります。

適用対象

こちらもご覧ください