Compartilhar via


Método ITestPlan.QueryTestPoints (String)

Localiza e retorna que todos os pontos que pertencem a este plano de teste e que correspondam a consulta fornecida de teste.

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

Sintaxe

'Declaração
Function QueryTestPoints ( _
    queryText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
    string queryText
)
ITestPointCollection^ QueryTestPoints(
    String^ queryText
)
abstract QueryTestPoints : 
        queryText:string -> ITestPointCollection 
function QueryTestPoints(
    queryText : String
) : ITestPointCollection

Parâmetros

  • queryText
    Tipo: System.String
    Um WIQL string que localiza objetos de ponto de teste.

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Uma coleção de pontos de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestPlan Interface

Sobrecargas QueryTestPoints

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestPointCollection

ITestPoint