ITestCaseQuery 接口

表示存储的测试用例查询。

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

语法

声明
Public Interface ITestCaseQuery
public interface ITestCaseQuery
public interface class ITestCaseQuery
type ITestCaseQuery =  interface end
public interface ITestCaseQuery

ITestCaseQuery 类型公开以下成员。

属性

  名称 说明
公共属性 Name 获取查询的名称或简要说明。
公共属性 Owner 获取创建查询的人员的用户名。
公共属性 QueryText 获取查询的文本。

页首

方法

  名称 说明
公共方法 Execute 在服务器上执行查询,并返回与查询匹配的测试用例的列表。

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间