Compartilhar via


Método ITestPlan.QueryTestPointsAndStatistics (String, String, ITestPointStatistics%)

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

Sintaxe

'Declaração
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

Parâmetros

  • queryText
    Tipo: String
  • testCaseFieldText
    Tipo: String

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection

Segurança do .NET Framework

Consulte também

Referência

ITestPlan Interface

Sobrecargas QueryTestPointsAndStatistics

Namespace Microsoft.TeamFoundation.TestManagement.Client