LoopConditionalRuleReference Constructor (LoopConditionalRuleReference)
Initializes a new instance of the LoopConditionalRuleReference class by creating a copy of the specified LoopConditionalRuleReference.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
copy As LoopConditionalRuleReference _
)
public LoopConditionalRuleReference(
LoopConditionalRuleReference copy
)
public:
LoopConditionalRuleReference(
LoopConditionalRuleReference^ copy
)
new :
copy:LoopConditionalRuleReference -> LoopConditionalRuleReference
public function LoopConditionalRuleReference(
copy : LoopConditionalRuleReference
)
Parameters
copy
Type: Microsoft.VisualStudio.TestTools.WebTesting.LoopConditionalRuleReferenceThe LoopConditionalRuleReference to use to create the new LoopConditionalRuleReference.
.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.
See Also
Reference
LoopConditionalRuleReference Class