Propriedade ITestResult.Outcome

Obtém ou define uma indicação de que o resultado do teste.

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

Sintaxe

'Declaração
Property Outcome As TestOutcome
    Get
    Set
TestOutcome Outcome { get; set; }
property TestOutcome Outcome {
    TestOutcome get ();
    void set (TestOutcome value);
}
abstract Outcome : TestOutcome with get, set
function get Outcome () : TestOutcome
function set Outcome (value : TestOutcome)

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestOutcome
Um resultado de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestResult Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

TestOutcome