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::QueryResultsByOwner Method (TeamFoundationIdentity^)

 

Returns a collection of test results for this test run that has the provided test owner.

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

ITestCaseResultCollection^ QueryResultsByOwner(
	TeamFoundationIdentity^ owner
)

Parameters

owner
Type: Microsoft.TeamFoundation.Framework.Client::TeamFoundationIdentity^

The identity of the person who owns test outcomes.

Return Value

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

A collection of test results.

Return to top
Show: