Partager via


ITmi.GetTestRun, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Retourne la série de tests spécifiée de l'interface utilisateur de Visual Studio Test Professional.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Function GetTestRun ( _
    runId As Guid _
) As TestRun
TestRun GetTestRun(
    Guid runId
)
TestRun^ GetTestRun(
    Guid runId
)
abstract GetTestRun : 
        runId:Guid -> TestRun 
function GetTestRun(
    runId : Guid
) : TestRun

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.TestTools.Common.TestRun
Objet TestRun.

Sécurité .NET Framework

Voir aussi

Référence

ITmi Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestRun