Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queries for shared test steps that match the provided query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
IEnumerable<ISharedStep> Query(
string queryText
)
IEnumerable<ISharedStep^>^ Query(
String^ queryText
)
abstract Query :
queryText:string -> IEnumerable<ISharedStep>
Function Query (
queryText As String
) As IEnumerable(Of ISharedStep)
Parameters
queryText
Type: System.StringThe Work Item Query Language (WIQL) that will be executed.
Return Value
Type: System.Collections.Generic.IEnumerable<ISharedStep>
The list of matching shared test steps.
See Also
ISharedStep
Query Overload
ISharedStepHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top