共用方式為


ITestPlanCollection.QueryText 屬性

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

取得或設定預設查詢,用來填入測試計劃階層。 這包括測試回合和測試點。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Property QueryText As String
    Get
    Set
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