Compartir a través de


WebTestRuleBase (Constructor) (Type)

Inicializa una nueva instancia de la clase WebTestRuleBase con el tipo especificado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

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

Parámetros

  • type
    Tipo: Type

    Tipo que se va usar para la inicialización.

Seguridad de .NET Framework

Vea también

Referencia

WebTestRuleBase Clase

WebTestRuleBase (Sobrecarga)

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)