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 the server to find all test sessions matching the given query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
IEnumerable<ISession> Query(
string queryText
)
IEnumerable<ISession^>^ Query(
String^ queryText
)
abstract Query :
queryText:string -> IEnumerable<ISession>
Function Query (
queryText As String
) As IEnumerable(Of ISession)
Parameters
queryText
Type: System.StringWIQL query to execute.
Return Value
Type: System.Collections.Generic.IEnumerable<ISession>
List of test sessions.
See Also
ISessionHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top