使用给定 ID 号从 Actions 属性中返回指定操作。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
ITestAction FindAction(
int id
)
ITestAction^ FindAction(
int id
)
abstract FindAction :
id:int -> ITestAction
Function FindAction (
id As Integer
) As ITestAction
参数
- id
一个指定操作标识符的 int。
返回值
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAction
操作在 Actions 集合中的索引。
请参阅
Actions
ITestAction.Id
ITestBase 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首