WebTestContext.ValidationLevel 属性

获取当前测试运行的验证级别。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property ValidationLevel As ValidationLevel
    Get
    Friend Set
public ValidationLevel ValidationLevel { get; internal set; }
public:
property ValidationLevel ValidationLevel {
    ValidationLevel get ();
    internal: void set (ValidationLevel value);
}
member ValidationLevel : ValidationLevel with get, internal set
function get ValidationLevel () : ValidationLevel
internal function set ValidationLevel (value : ValidationLevel)

属性值

类型:Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
一个 ValidationLevel 枚举值。

.NET Framework 安全性

请参见

参考

WebTestContext 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间