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.
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: StringThe 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