WebTestRuleBase 构造函数 (WebTestRuleBase)

通过复制指定的 WebTestRuleBase 来初始化 WebTestRuleBase 类的新实例。

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

语法

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

参数

.NET Framework 安全性

请参见

参考

WebTestRuleBase 类

WebTestRuleBase 重载

Microsoft.VisualStudio.TestTools.WebTesting 命名空间