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: BooleanOptional 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.