Metodo ITestPlan.QueryTestPointStatisticsByPivot

Genera statistiche di punti dal pin che appartengono a questo piano e corrispondono agli stati specificati di WIQL.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Function QueryTestPointStatisticsByPivot ( _
    queryText As String, _
    pivotList As List(Of TestPointStatisticsQueryPivotType) _
) As ITestPointStatisticsByPivot
ITestPointStatisticsByPivot QueryTestPointStatisticsByPivot(
    string queryText,
    List<TestPointStatisticsQueryPivotType> pivotList
)
ITestPointStatisticsByPivot^ QueryTestPointStatisticsByPivot(
    String^ queryText, 
    List<TestPointStatisticsQueryPivotType>^ pivotList
)
abstract QueryTestPointStatisticsByPivot : 
        queryText:string * 
        pivotList:List<TestPointStatisticsQueryPivotType> -> ITestPointStatisticsByPivot 
function QueryTestPointStatisticsByPivot(
    queryText : String, 
    pivotList : List<TestPointStatisticsQueryPivotType>
) : ITestPointStatisticsByPivot

Parametri

  • queryText
    Tipo: System.String
    Stringa di query WIQL per recuperare i punti.

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot
Statistiche dall'oggetto del blocco

Note

Di seguito sono riportati alcuni dei campi di WIQL che possono essere utilizzati in questa query: SuiteId ConfigurationId TestCaseId PointState AreaPath AssignedTo RecursiveSuiteId: per eseguire una query su tutti i punti della gerarchia dei gruppi che inizia con RecursiveSuiteId.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestPlan Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client