共用方式為


ITestPlan.QueryTestPointsAndStatistics 方法 (String, String, array<String[], ITestPointStatistics%)

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

語法

'宣告
Function QueryTestPointsAndStatistics ( _
    queryText As String, _
    testCaseFieldText As String, _
    testCaseProperties As String(), _
    <OutAttribute> ByRef statistics As ITestPointStatistics _
) As ITestPointCollection
ITestPointCollection QueryTestPointsAndStatistics(
    string queryText,
    string testCaseFieldText,
    string[] testCaseProperties,
    out ITestPointStatistics statistics
)
ITestPointCollection^ QueryTestPointsAndStatistics(
    String^ queryText, 
    String^ testCaseFieldText, 
    array<String^>^ testCaseProperties, 
    [OutAttribute] ITestPointStatistics^% statistics
)
abstract QueryTestPointsAndStatistics : 
        queryText:string * 
        testCaseFieldText:string * 
        testCaseProperties:string[] * 
        statistics:ITestPointStatistics byref -> ITestPointCollection
function QueryTestPointsAndStatistics(
    queryText : String, 
    testCaseFieldText : String, 
    testCaseProperties : String[], 
    statistics : ITestPointStatistics
) : ITestPointCollection

參數

  • queryText
    類型:String
  • testCaseFieldText
    類型:String
  • testCaseProperties
    類型:array<String[]

傳回值

類型:Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection

.NET Framework 安全性

請參閱

參考

ITestPlan 介面

QueryTestPointsAndStatistics 多載

Microsoft.TeamFoundation.TestManagement.Client 命名空間