IActionRecordingHelper.CheckActionRecordingExists, méthode

La liste de prises d'identificateurs de cas de test et retourne un bool liste indiquer si les cas de test correspondant a 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

Valeur de retour

Type : System.Collections.Generic.IList<Boolean>
Liste de bool indiquant si les cas de test correspondant a la bande d'afn ou non

Sécurité .NET Framework

Voir aussi

Référence

IActionRecordingHelper Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms