TestElement (Constructor) (TestId, String, String)

Inicializa una nueva instancia de la clase TestElement.

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

Sintaxis

'Declaración
Protected Sub New ( _
    id As TestId, _
    name As String, _
    description As String _
)
protected TestElement(
    TestId id,
    string name,
    string description
)
protected:
TestElement(
    TestId^ id, 
    String^ name, 
    String^ description
)
new : 
        id:TestId * 
        name:string * 
        description:string -> TestElement
protected function TestElement(
    id : TestId, 
    name : String, 
    description : String
)

Parámetros

  • description
    Tipo: System.String
    La descripción de este elemento de prueba.

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

TestElement (Sobrecarga)

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

TestId