Compartilhar via


Método ISharedStepHelper.Count (String, IDictionary)

 

Retorna uma contagem das etapas do teste compartilhado que correspondem à consulta e contexto.

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

Sintaxe

int Count(
    string queryText,
    IDictionary wiqlContext
)
int Count(
    String^ queryText,
    IDictionary^ wiqlContext
)
abstract Count : 
        queryText:string *
        wiqlContext:IDictionary -> int
Function Count (
    queryText As String,
    wiqlContext As IDictionary
) As Integer

Parâmetros

  • queryText
    Type: System.String

    A consulta de linguagem de consulta de Item de trabalho (WIQL) para executar.

Valor de retorno

Type: System.Int32

O número de etapas de teste compartilhado de correspondência.

Consulte também

Count Sobrecarga
Interface ISharedStepHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo