提供测试配置对象的帮助器属性和方法。
命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface ITestConfigurationHelper
public interface ITestConfigurationHelper
public interface class ITestConfigurationHelper
type ITestConfigurationHelper =  interface end
public interface ITestConfigurationHelper
ITestConfigurationHelper 类型公开以下成员。
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Count | 返回与给定查询匹配的测试配置对象的数量。 | 
| .gif) | Create | 创建新的测试配置对象。 | 
| .gif) | CreateFromFile | 使用指定的 XML 文件创建新的测试配置对象。 | 
| .gif) | Find | 从服务器中查找并返回指定的测试配置。 | 
| .gif) | Query(String) | 使用提供的查询从服务器返回测试配置的集合。 | 
| .gif) | Query(String, IDictionary) | 使用提供的查询和上下文从服务器返回测试配置的集合。 | 
页首