ValidateFormField 类
验证窗体字段属性的名称和值。
继承层次结构
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.ValidationRule
Microsoft.VisualStudio.TestTools.WebTesting.Rules.ValidateFormField
命名空间: Microsoft.VisualStudio.TestTools.WebTesting.Rules
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
Public Class ValidateFormField _
Inherits ValidationRule
public class ValidateFormField : ValidationRule
public ref class ValidateFormField : public ValidationRule
type ValidateFormField =
class
inherit ValidationRule
end
public class ValidateFormField extends ValidationRule
ValidateFormField 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ValidateFormField | 初始化 ValidateFormField 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
ExpectedValue | 获取或设置窗体字段所需的值。 | |
Name | 获取或设置要验证其值的字段的名称。 | |
RuleDescription | 已过时。获取当选择规则时在用户界面中显示的说明。 (继承自 ValidationRule。) | |
RuleName | 已过时。当在派生类中重写时,获取当规则选定或显示在编辑器中时用户界面中显示的名称。 (继承自 ValidationRule。) |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) | |
Validate | 验证包含特定值的窗体字段是否存在。 (重写 ValidationRule.Validate(Object, ValidationEventArgs)。) |
页首
备注
此验证规则验证具有 Name 的窗体字段,它包含用 ExpectedValue 指定的值。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。