Share via


IActionRecordingHelper.GetDefaultForTestCase Method

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

'Declaration
Function GetDefaultForTestCase ( _
    testCaseId As Integer _
) As ITestAttachment
ITestAttachment GetDefaultForTestCase(
    int testCaseId
)
ITestAttachment^ GetDefaultForTestCase(
    int testCaseId
)
abstract GetDefaultForTestCase : 
        testCaseId:int -> ITestAttachment
function GetDefaultForTestCase(
    testCaseId : int
) : ITestAttachment

Parameters

  • testCaseId
    Type: Int32

    The ID for the test case.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
The default action recording for the specified test case.

.NET Framework Security

See Also

Reference

IActionRecordingHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestAttachment