IActionRecordingHelper.GetDefaultForTestCase Method (Int32)
Returns the default action recording for the specified test case.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestAttachment GetDefaultForTestCase(
int testCaseId
)
ITestAttachment^ GetDefaultForTestCase(
int testCaseId
)
abstract GetDefaultForTestCase :
testCaseId:int -> ITestAttachment
Function GetDefaultForTestCase (
testCaseId As Integer
) As ITestAttachment
Parameters
testCaseId
Type: System.Int32The ID for the test case.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
The default action recording for the specified test case.
See Also
ITestAttachment
IActionRecordingHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top