Compartir a través de


ITmi.GetTest (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Devuelve el elemento de pruebas que corresponde al id. de prueba especificado.

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

Sintaxis

'Declaración
Function GetTest ( _
    testId As TestId _
) As ITestElement
ITestElement GetTest(
    TestId testId
)
ITestElement^ GetTest(
    TestId^ testId
)
abstract GetTest : 
        testId:TestId -> ITestElement 
function GetTest(
    testId : TestId
) : ITestElement

Parámetros

Valor devuelto

Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
Elemento de pruebas.

Seguridad de .NET Framework

Vea también

Referencia

ITmi Interfaz

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

TestId

TestElement