TestManagementService.FindTestRunByTmiRunId, 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.
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
Public Function FindTestRunByTmiRunId ( _
tmiRunId As Guid _
) As ITestRun
public ITestRun FindTestRunByTmiRunId(
Guid tmiRunId
)
public:
virtual ITestRun^ FindTestRunByTmiRunId(
Guid tmiRunId
) sealed
abstract FindTestRunByTmiRunId :
tmiRunId:Guid -> ITestRun
override FindTestRunByTmiRunId :
tmiRunId:Guid -> ITestRun
public final function FindTestRunByTmiRunId(
tmiRunId : Guid
) : ITestRun
Paramètres
tmiRunId
Type : GuidUn GUID qui identifie une exécution TMI.
Valeur de retour
Type : Microsoft.TeamFoundation.TestManagement.Client.ITestRun
Série de tests.
Implémentations
ITestManagementService.FindTestRunByTmiRunId(Guid)
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.TestManagement.Client, espace de noms