Freigeben über


ITestRun.QueryResultsByOutcome-Methode

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

Syntax

'Declaration
Function QueryResultsByOutcome ( _
    outcome As TestOutcome _
) As ITestCaseResultCollection
ITestCaseResultCollection QueryResultsByOutcome(
    TestOutcome outcome
)
ITestCaseResultCollection^ QueryResultsByOutcome(
    TestOutcome outcome
)
abstract QueryResultsByOutcome : 
        outcome:TestOutcome -> ITestCaseResultCollection
function QueryResultsByOutcome(
    outcome : TestOutcome
) : ITestCaseResultCollection

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestRun Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace