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.
Executes the query on the server and returns a list of test cases that match the query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
IEnumerable<ITestCase> Execute()
IEnumerable<ITestCase^>^ Execute()
abstract Execute : unit -> IEnumerable<ITestCase>
Function Execute As IEnumerable(Of ITestCase)
Return Value
Type: System.Collections.Generic.IEnumerable<ITestCase>
A list of test cases that match the query.
See Also
ITestCase
ITestCaseQuery Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top