ITestPlanCollection.QueryText 属性

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

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

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

语法

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

属性值

类型:System.String
默认查询。

.NET Framework 安全性

请参见

参考

ITestPlanCollection 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestPlan

ITestPoint

ITestRun