VerificationAttribute.Guideline 属性

定义

获取用于可访问性检查的准则。

public:
 property System::String ^ Guideline { System::String ^ get(); };
public string Guideline { get; }
member this.Guideline : string
Public ReadOnly Property Guideline As String

属性值

String

表示准则的字符串。

注解

创建 Guideline 实例时 VerificationAttribute 需要设置该属性。

指南示例包括“WCAG 1.1”和“ADA508”。

适用于

另请参阅