Compartilhar via


Construtor TestElement (TestId, String, String, String)

Inicializa uma nova instância da classe TestElement.

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

Sintaxe

'Declaração
Protected Sub New ( _
    id As TestId, _
    name As String, _
    description As String, _
    storage As String _
)
protected TestElement(
    TestId id,
    string name,
    string description,
    string storage
)
protected:
TestElement(
    TestId^ id, 
    String^ name, 
    String^ description, 
    String^ storage
)
new : 
        id:TestId * 
        name:string * 
        description:string * 
        storage:string -> TestElement
protected function TestElement(
    id : TestId, 
    name : String, 
    description : String, 
    storage : String
)

Parâmetros

  • description
    Tipo: System.String
    A descrição desse elemento de teste.
  • storage
    Tipo: System.String
    O caminho relativo da pasta onde os arquivos associados são armazenados no servidor.

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Sobrecargas TestElement

Namespace Microsoft.VisualStudio.TestTools.Common

TestId