Condividi tramite


Metodo ITmi.GetTest

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Restituisce l'elemento di test che corrisponde all'identificazione specificata di test

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
un elemento di test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITmi Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestId

TestElement