Freigeben über


ConditionalRuleReference-Konstruktor (ConditionalRuleReference)

Initialisiert eine neue Instanz der ConditionalRuleReference-Klasse, indem der angegebene ConditionalRuleReference-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 ConditionalRuleReference _
)
protected ConditionalRuleReference(
    ConditionalRuleReference copy
)
protected:
ConditionalRuleReference(
    ConditionalRuleReference^ copy
)
new : 
        copy:ConditionalRuleReference -> ConditionalRuleReference
protected function ConditionalRuleReference(
    copy : ConditionalRuleReference
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ConditionalRuleReference Klasse

ConditionalRuleReference-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace