Método ITestPlan.QueryTestPointStatisticsByPivot
Retorna estatísticas de pontos por pivô que pertencem ao plano e correspondem às condições dadas de WIQL.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
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
Parâmetros
- queryText
Tipo: System.String
Cadeia de caracteres de consulta de WIQL para recuperar pontos.
- pivotList
Tipo: System.Collections.Generic.List<TestPointStatisticsQueryPivotType>
Lista de pivôs para recuperar estatísticas por pivô.
Valor de retorno
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot
Estatísticas pelo objeto de pivô
Comentários
Aqui estão alguns dos campos de WIQL que podem ser usados em esta consulta: SuiteId ConfigurationId TestCaseId PointState AreaPath AssignedTo RecursiveSuiteId: para ver todos os pontos na hierarquia de pacote que começa com RecursiveSuiteId.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.