Freigeben über


WebTestRuleBase-Konstruktor (Type)

Initialisiert eine neue Instanz der WebTestRuleBase-Klasse mit dem angegebenen Typ.

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

Syntax

'Declaration
Protected Sub New ( _
    type As Type _
)
protected WebTestRuleBase(
    Type type
)
protected:
WebTestRuleBase(
    Type^ type
)
new : 
        type:Type -> WebTestRuleBase
protected function WebTestRuleBase(
    type : Type
)

Parameter

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

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestRuleBase Klasse

WebTestRuleBase-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace