Freigeben über


ITestPlan.QueryTestPointsAndStatistics-Methode (String, String, ITestPointStatistics%)

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
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

Parameter

  • queryText
    Typ: String
  • testCaseFieldText
    Typ: String

Rückgabewert

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestPlan Schnittstelle

QueryTestPointsAndStatistics-Überladung

Microsoft.TeamFoundation.TestManagement.Client-Namespace