ITestPlanCollection.QueryText 属性

 

此 API 支持 产品 基础结构,不能在代码中直接使用。

获取或设置用于填充测试计划层次结构的默认查询。这包括测试运行和测试点。

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

语法

string QueryText { get; set; }
property String^ QueryText {
    String^ get();
    void set(String^ value);
}
abstract QueryText : string with get, set
Property QueryText As String

属性值

Type: System.String

默认查询。

请参阅

ITestPlan
ITestPoint
ITestRun
ITestPlanCollection 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首