VerificationReportLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
Error | 0 | The verification rule represented by the VerificationAttribute instance is an error. |
Warning | 1 | The verification rule represented by the VerificationAttribute instance is a warning. |
Guideline | 2 | The verification rule represented by the VerificationAttribute instance is a guideline. |
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.