Partilhar via


Construtor IncludeDeclarativeWebTestAttribute

Inicializa uma nova instância da classe IncludeDeclarativeWebTestAttribute.

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

Sintaxe

'Declaração
Public Sub New ( _
    name As String, _
    path As String, _
    testId As String _
)
public IncludeDeclarativeWebTestAttribute(
    string name,
    string path,
    string testId
)
public:
IncludeDeclarativeWebTestAttribute(
    String^ name, 
    String^ path, 
    String^ testId
)
new : 
        name:string * 
        path:string * 
        testId:string -> IncludeDeclarativeWebTestAttribute
public function IncludeDeclarativeWebTestAttribute(
    name : String, 
    path : String, 
    testId : String
)

Parâmetros

  • name
    Tipo: System.String
    O nome do atributo declarativo de teste de Web.
  • path
    Tipo: System.String
    O caminho do que o atributo declarativo de teste da Web.
  • testId
    Tipo: System.String
    A ID de teste do atributo de teste da Web declarativa.

Segurança do .NET Framework

Consulte também

Referência

IncludeDeclarativeWebTestAttribute Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting