ITestManagementService.FindTestRunByTmiRunId, méthode
Recherche et retourne un résultat des tests à l'aide de l'identificateur fourni pour l'interface de gestion des tests (TMI) exécutée.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Function FindTestRunByTmiRunId ( _
tmiRunId As Guid _
) As ITestRun
ITestRun FindTestRunByTmiRunId(
Guid tmiRunId
)
ITestRun^ FindTestRunByTmiRunId(
Guid tmiRunId
)
abstract FindTestRunByTmiRunId :
tmiRunId:Guid -> ITestRun
function FindTestRunByTmiRunId(
tmiRunId : Guid
) : ITestRun
Paramètres
- tmiRunId
Type : System.Guid
Un GUID qui identifie une exécution TMI.
Valeur de retour
Type : Microsoft.TeamFoundation.TestManagement.Client.ITestRun
Série de tests.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ITestManagementService Interface
Microsoft.TeamFoundation.TestManagement.Client, espace de noms