WebTestRuleBase Constructor (WebTestRuleBase)

Initializes a new instance of the WebTestRuleBase class by copying the specified WebTestRuleBase.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

WebTestRuleBase Class

WebTestRuleBase Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace