Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
copy
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBaseThe WebTestRuleBase to copy to create the new WebTestRuleBase.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.