Compartilhar via


Método ITestRun.QueryResultsByOutcome

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection

Segurança do .NET Framework

Consulte também

Referência

ITestRun Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client