ISharedStep.ActionRecording 属性

 

获取或设置关联的操作录制。

命名空间:   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

关联的操作录制。

请参阅

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

返回页首