The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
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
Show: