ITestCaseResult.ActionRecording 属性

 

发布时间: 2016年4月

获取操作录制的测试用例。

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

语法

ITestAttachment ActionRecording { get; set; }
property ITestAttachment^ ActionRecording {
    ITestAttachment^ get();
    void set(ITestAttachment^ value);
}
abstract ActionRecording : ITestAttachment with get, set
Property ActionRecording As ITestAttachment

属性值

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment

操作录制的测试用例。

请参阅

ITestCaseResult 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首