表示存储的测试用例查询。
命名空间:  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 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | Name | 获取查询的名称或简要说明。 | 
| .gif) | Owner | 获取创建查询的人员的用户名。 | 
| .gif) | QueryText | 获取查询的文本。 | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Execute | 在服务器上执行查询,并返回与查询匹配的测试用例的列表。 | 
页首