ISharedStep.CreateActionRecording 方法

从文件中创建操作录制。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
Function CreateActionRecording ( _
    localFileName As String _
) As ITestAttachment
ITestAttachment CreateActionRecording(
    string localFileName
)
ITestAttachment^ CreateActionRecording(
    String^ localFileName
)
abstract CreateActionRecording : 
        localFileName:string -> ITestAttachment 
function CreateActionRecording(
    localFileName : String
) : ITestAttachment

参数

返回值

类型:Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
一个新的附件对象。

备注

当保存拥有操作录制的对象时,指定的文件将上载到服务器并且必须是可读的,直到完成上载。

.NET Framework 安全性

请参见

参考

ISharedStep 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestAttachment