Compartilhar via


Construtor TestElement (String, String)

Inicializa uma nova instância de TestElement classe usando o nome fornecido e descrição.

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

Sintaxe

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

Parâmetros

  • description
    Tipo: System.String
    A descrição do elemento de teste.

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Sobrecargas TestElement

Namespace Microsoft.VisualStudio.TestTools.Common