Partilhar via


Construtor WebTestRuleBase (Type)

Inicializa uma nova instância de WebTestRuleBase classe com o tipo especificado.

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

Sintaxe

'Declaração
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: System.Type
    O tipo a ser usado para a inicialização.

Segurança do .NET Framework

Consulte também

Referência

WebTestRuleBase Classe

Sobrecargas WebTestRuleBase

Namespace Microsoft.VisualStudio.TestTools.WebTesting