Partager via


ISharedStepHelper.Query, méthode (String, IDictionary)

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Function Query ( _
    queryText As String, _
    context As IDictionary _
) As IEnumerable(Of ISharedStep)
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 : String, 
    context : IDictionary
) : IEnumerable<ISharedStep>

Paramètres

  • queryText
    Type : String
  • context
    Type : IDictionary

Valeur de retour

Type : IEnumerable<ISharedStep>

Sécurité .NET Framework

Voir aussi

Référence

ISharedStepHelper Interface

Query, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms