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
runId
Type : GuidGuid que la série de tests doit retourner.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.Common.TestRun
Objet TestRun.
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.