Partilhar via


Método TestOutcomeHelper.IsAbort

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Retorna um valor que indica se o teste foi anulado.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Shared Function IsAbort ( _
    outcome As TestOutcome _
) As Boolean
public static bool IsAbort(
    TestOutcome outcome
)
public:
static bool IsAbort(
    TestOutcome outcome
)
static member IsAbort : 
        outcome:TestOutcome -> bool 
public static function IsAbort(
    outcome : TestOutcome
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se o resultado indica que o teste foi anulado; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

TestOutcomeHelper Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestOutcome