Partilhar via


Método ITmi.GetTest

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Retorna o elemento de teste que corresponde à ID de teste especificada.

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

Sintaxe

'Declaração
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 de retorno

Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
Um elemento de teste.

Segurança do .NET Framework

Consulte também

Referência

ITmi Interface

Namespace Microsoft.VisualStudio.TestTools.Common

TestId

TestElement