VerificationAttribute.GuidelineUrl 属性

定义

获取 URL,该 URL 可用于获取有关 Guideline 属性中给定的可访问性准则的更多信息。

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

属性值

默认值为空字符串 ("")。

注解

可以在 GuidelineUrl 创建实例时 VerificationAttribute 设置 属性,但该属性是可选的。 如果使用的构造函数不采用 guidelineUrl 参数,则使用空字符串 (“”) 的默认值。

不会检查为属性输入的 GuidelineUrl 字符串是否正确。

适用于

另请参阅