ISharedStepResult.Actions 属性

 

发布时间: 2016年4月

获取每个步骤或关联的共享步骤中的组件的操作结果的集合。

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

语法

TestActionResultCollection Actions { get; }
property TestActionResultCollection^ Actions {
    TestActionResultCollection^ get();
}
abstract Actions : TestActionResultCollection with get
ReadOnly Property Actions As TestActionResultCollection

属性值

Type: Microsoft.TeamFoundation.TestManagement.Client.TestActionResultCollection

针对每个共享的步骤或组件的操作结果的集合。

请参阅

TestActionResultCollection
ISharedStepResult 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首