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.

ITestRun::QueryResults Method (Boolean)

 

Returns all test results for this run.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

ITestCaseResultCollection^ QueryResults(
	bool includeActionResults
)

Parameters

includeActionResults
Type: System::Boolean

Optional parameter indicating whether actions results will be fetched along with results.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCaseResultCollection^

An enumerable list of matching results.

Return to top
Show: