Freigeben über


LoopConditionalRuleReference-Konstruktor (Type)

Initialisiert eine neue Instanz der LoopConditionalRuleReference-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 LoopConditionalRuleReference(
    Type type
)
public:
LoopConditionalRuleReference(
    Type^ type
)
new : 
        type:Type -> LoopConditionalRuleReference
public function LoopConditionalRuleReference(
    type : Type
)

Parameter

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

.NET Framework-Sicherheit

Siehe auch

Referenz

LoopConditionalRuleReference Klasse

LoopConditionalRuleReference-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace