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::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)

ITestAttachment^ GetDefaultForTestCase(
	int testCaseId
)

Parameters

testCaseId
Type: System::Int32

The ID for the test case.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestAttachment^

The default action recording for the specified test case.

Return to top
Show: