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