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 | 在伺服器上執行查詢,並傳回符合查詢的測試案例清單。 |
回頁首