संपादित करें

इसके माध्यम से साझा किया गया


VerificationReportLevel Enum

Definition

Specifies reporting levels for an accessibility rule defined by an VerificationAttribute instance.

public enum class VerificationReportLevel
public enum VerificationReportLevel
type VerificationReportLevel = 
Public Enum VerificationReportLevel
Inheritance
VerificationReportLevel

Fields

Error 0

The verification rule represented by the VerificationAttribute instance is an error.

Guideline 2

The verification rule represented by the VerificationAttribute instance is a guideline.

Warning 1

The verification rule represented by the VerificationAttribute instance is a warning.

Remarks

When using extending a class, member or indexer with a VerificationAttribute, you must define the level of reporting that the verification rule represents by specifying one of the VerificationReportLevel values.

Applies to

See also