Share via


IActionRecordingHelper.CheckActionRecordingExists Method (IList<Int32>)

 

Takes list of test case Ids and Returns a bool list telling whether corresponding test cases has afn strip or not

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

IList<bool> CheckActionRecordingExists(
    IList<int> testCaseIds
)
IList<bool>^ CheckActionRecordingExists(
    IList<int>^ testCaseIds
)
abstract CheckActionRecordingExists : 
        testCaseIds:IList<int> -> IList<bool>
Function CheckActionRecordingExists (
    testCaseIds As IList(Of Integer)
) As IList(Of Boolean)

Parameters

Return Value

Type: System.Collections.Generic.IList<Boolean>

Bool list telling whether corresponding test cases has afn strip or not

See Also

IActionRecordingHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top