Information
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

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

IList<bool>^ CheckActionRecordingExists(
	IList<int>^ testCaseIds
)

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

Return to top
Show: