Método ISharedStepHelper.Query (String, IDictionary)
Consultas de etapas de teste compartilhado que correspondem à consulta fornecida e parâmetros.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
IEnumerable<ISharedStep> Query(
string queryText,
IDictionary context
)
IEnumerable<ISharedStep^>^ Query(
String^ queryText,
IDictionary^ context
)
abstract Query :
queryText:string *
context:IDictionary -> IEnumerable<ISharedStep>
Function Query (
queryText As String,
context As IDictionary
) As IEnumerable(Of ISharedStep)
Parâmetros
queryText
Type: System.StringO trabalho Item Query Language (WIQL) que será executado.
- wiqlContext
Tipo: IDictionary. Um dicionário de valores nomeados para parâmetros WIQL.
Valor de retorno
Type: System.Collections.Generic.IEnumerable<ISharedStep>
A lista de etapas de teste compartilhado solicitado.
Consulte também
ISharedStep
IDictionary
Query Sobrecarga
Interface ISharedStepHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo