ConditionalRuleReference Constructor (ConditionalRuleReference)
Initializes a new instance of the ConditionalRuleReference class by copying the specified ConditionalRuleReference.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Protected Sub New ( _
copy As ConditionalRuleReference _
)
protected ConditionalRuleReference(
ConditionalRuleReference copy
)
protected:
ConditionalRuleReference(
ConditionalRuleReference^ copy
)
new :
copy:ConditionalRuleReference -> ConditionalRuleReference
protected function ConditionalRuleReference(
copy : ConditionalRuleReference
)
Parameters
copy
Type: Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRuleReferenceThe ConditionalRuleReference to copy to create the new ConditionalRuleReference.
.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
ConditionalRuleReference Class