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)

Syntax

ITestCaseResultCollection QueryResults(
    bool includeActionResults
)
ITestCaseResultCollection^ QueryResults(
    bool includeActionResults
)
abstract QueryResults : 
        includeActionResults:bool -> ITestCaseResultCollection
Function QueryResults (
    includeActionResults As Boolean
) As ITestCaseResultCollection

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.

See Also

QueryResults Overload
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top