Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the provided action recording as 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
void SetDefaultForTestCase(
int testCaseId,
ITestAttachment actionRecording
)
void SetDefaultForTestCase(
int testCaseId,
ITestAttachment^ actionRecording
)
abstract SetDefaultForTestCase :
testCaseId:int *
actionRecording:ITestAttachment -> unit
Sub SetDefaultForTestCase (
testCaseId As Integer,
actionRecording As ITestAttachment
)
Parameters
testCaseId
Type: System.Int32The ID for the test case.
actionRecording
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachmentAn ITestAttachment that represents an action recording.
See Also
ITestAttachment
IActionRecordingHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top