提供测试控制器的帮助器方法。
命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface ITestControllerHelper
public interface ITestControllerHelper
public interface class ITestControllerHelper
type ITestControllerHelper =  interface end
public interface ITestControllerHelper
ITestControllerHelper 类型公开以下成员。
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Create | 创建测试控制器的新实例。 | 
| .gif) | Find | 使用提供的名称查找并返回测试控制器。 | 
| .gif) | Query() | 返回向团队项目集合注册的所有测试控制器的列表。 | 
| .gif) | Query(String) | 返回属于团队项目集合中的指定测试控制器组的所有测试控制器的列表。 | 
| .gif) | Register | 向团队项目集合注册每个提供的测试控制器。 | 
| .gif) | Unregister | 从团队项目集合注销每个提供的测试控制器。 | 
| .gif) | Update | 将提供的测试控制器的已更新属性保留在服务器上。 | 
页首
备注
此帮助器接口是 ITestManagementService 方法的属性。