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.
Creates and returns an action recording by using a local file on disk.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function Create ( _
fileName As String _
) As ITestAttachment
ITestAttachment Create(
string fileName
)
ITestAttachment^ Create(
String^ fileName
)
abstract Create :
fileName:string -> ITestAttachment
function Create(
fileName : String
) : ITestAttachment
Parameters
- fileName
Type: System.String
The full path and file name for an action recording that has been saved to a local file.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
An action recording as an attachment to the associated 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