Partager via


IActionRecordingHelper.CheckActionRecordingExists, méthode

La liste des mesures prises par l'ID de scénario de test et retourne une liste bool déterminer si les scénarios de test correspondants contient la bande d'afn ou non

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Function CheckActionRecordingExists ( _
    testCaseIds As IList(Of Integer) _
) As IList(Of Boolean)
IList<bool> CheckActionRecordingExists(
    IList<int> testCaseIds
)
IList<bool>^ CheckActionRecordingExists(
    IList<int>^ testCaseIds
)
abstract CheckActionRecordingExists : 
        testCaseIds:IList<int> -> IList<bool> 
function CheckActionRecordingExists(
    testCaseIds : IList<int>
) : IList<boolean>

Paramètres

  • testCaseIds
    Type : IList<Int32>

    Liste des ID du scénario de test

Valeur de retour

Type : IList<Boolean>
Liste de bool qui indique si les scénarios de test correspondants contient la bande d'afn ou non

Sécurité .NET Framework

Voir aussi

Référence

IActionRecordingHelper Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms