Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
testCaseIds
Type: System.Collections.Generic.IList<Int32>List of Test Case Ids
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