ITestPlan.QueryTestPointsAndStatistics 方法 (String, String, ITestPointStatistics%)
尋找屬於此計劃並符合所指定的工作項目查詢語言 (WIQL) 條件的所有點。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Function QueryTestPointsAndStatistics ( _
queryText As String, _
testCaseFieldText As String, _
<OutAttribute> ByRef statistics As ITestPointStatistics _
) As ITestPointCollection
ITestPointCollection QueryTestPointsAndStatistics(
string queryText,
string testCaseFieldText,
out ITestPointStatistics statistics
)
ITestPointCollection^ QueryTestPointsAndStatistics(
String^ queryText,
String^ testCaseFieldText,
[OutAttribute] ITestPointStatistics^% statistics
)
abstract QueryTestPointsAndStatistics :
queryText:string *
testCaseFieldText:string *
statistics:ITestPointStatistics byref -> ITestPointCollection
function QueryTestPointsAndStatistics(
queryText : String,
testCaseFieldText : String,
statistics : ITestPointStatistics
) : ITestPointCollection
參數
- queryText
型別:System.String
要擷取之的工作項目查詢語言 (WIQL) 查詢字串。
- testCaseFieldText
型別:System.String
擷取的內嵌的測試案例工作項目查詢語言 (WIQL) 字串。
- statistics
型別:Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics%
查詢的點的統計資料。
傳回值
型別:Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
符合查詢的點集合。
備註
這可用於這個查詢的特定工作項目查詢語言 (WIQL) 欄位:SuiteId ConfigurationId TestCaseId PointState AreaPath RecursiveSuiteId:查詢是以開始 RecursiveSuiteId 的套件階層架構的所有點。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。