Compartilhar via


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

'Declaration
Function QueryResults ( _
    includeActionResults As Boolean _
) As ITestCaseResultCollection
ITestCaseResultCollection QueryResults(
    bool includeActionResults
)
ITestCaseResultCollection^ QueryResults(
    bool includeActionResults
)
abstract QueryResults : 
        includeActionResults:bool -> ITestCaseResultCollection
function QueryResults(
    includeActionResults : boolean
) : ITestCaseResultCollection

Parameters

  • includeActionResults
    Type: 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.

.NET Framework Security

See Also

Reference

ITestRun Interface

QueryResults Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace