Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Sub SetDefaultForTestCase ( _
testCaseId As Integer, _
actionRecording As ITestAttachment _
)
void SetDefaultForTestCase(
int testCaseId,
ITestAttachment actionRecording
)
void SetDefaultForTestCase(
int testCaseId,
ITestAttachment^ actionRecording
)
abstract SetDefaultForTestCase :
testCaseId:int *
actionRecording:ITestAttachment -> unit
function SetDefaultForTestCase(
testCaseId : int,
actionRecording : ITestAttachment
)
Parameters
testCaseId
Type: Int32The ID for the test case.
actionRecording
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachmentAn ITestAttachment that represents an action recording.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IActionRecordingHelper Interface