WebTestRuleBase 构造函数 (Type)

使用指定的类型初始化 WebTestRuleBase 类的新实例。

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

语法

声明
Protected Sub New ( _
    type As Type _
)
protected WebTestRuleBase(
    Type type
)
protected:
WebTestRuleBase(
    Type^ type
)
new : 
        type:Type -> WebTestRuleBase
protected function WebTestRuleBase(
    type : Type
)

参数

  • type
    类型:System.Type
    要用于初始化的类型。

.NET Framework 安全性

请参见

参考

WebTestRuleBase 类

WebTestRuleBase 重载

Microsoft.VisualStudio.TestTools.WebTesting 命名空间