Freigeben über


ConditionConditionalRuleReference-Konstruktor (Type)

Initialisiert eine neue Instanz der ConditionConditionalRuleReference-Klasse unter Verwendung des angegebenen Typs.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Sub New ( _
    type As Type _
)
public ConditionConditionalRuleReference(
    Type type
)
public:
ConditionConditionalRuleReference(
    Type^ type
)
new : 
        type:Type -> ConditionConditionalRuleReference
public function ConditionConditionalRuleReference(
    type : Type
)

Parameter

  • type
    Typ: System.Type
    Der Typ, der für die Initialisierung verwendet wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

ConditionConditionalRuleReference Klasse

ConditionConditionalRuleReference-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace