Freigeben über


WebTestRuleBase-Konstruktor (WebTestRuleBase)

Initialisiert eine neue Instanz der WebTestRuleBase-Klasse, indem der angegebene WebTestRuleBase-Wert kopiert wird.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestRuleBase Klasse

WebTestRuleBase-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace