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

.NET Framework Security

See Also

Reference

ConditionalRuleReference Class

ConditionalRuleReference Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace