This documentation is archived and is not being maintained.
VerificationAttribute Properties
Visual Studio 2010
The VerificationAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Checkpoint | Gets the accessibility checkpoint reference in the specified Guideline property. |
|
ConditionalProperty | Gets the left side of a conditional expression used as part of the verification accessibility checkpoint. |
|
ConditionalValue | Gets the right side of a conditional expression used as part of the verification accessibility checkpoint. |
|
Guideline | Gets the guideline that used for accessibility checking. |
|
GuidelineUrl | Gets the URL the can be used to get more information on the accessibility guidelines given in the Guideline property. |
|
Message | Gets a message string when the accessibility checkpoint verification rule is true. |
|
Priority | Gets the priority of the accessibility checkpoint. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
|
VerificationConditionalOperator | Gets a VerificationConditionalOperator enumeration value indication how the accessibility checkpoint is verified. |
|
VerificationReportLevel | Gets a VerificationReportLevel enumeration value indicating how the accessibility checkpoint is used. |
|
VerificationRule | Gets a VerificationRule enumeration value indicating how the accessibility checkpoint is used. |
Show: