Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestCaseQuery::Execute Method ()

 

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)

IEnumerable<ITestCase^>^ Execute()

Return Value

Type: System.Collections.Generic::IEnumerable<ITestCase^>^

A list of test cases that match the query.

Return to top
Show: