Compartilhar via


Propriedade TestCaseEndEventArgs.TestOutcome

Obtém ou define o TestOutcome da Test.

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

Sintaxe

'Declaração
Public Property TestOutcome As TestOutcome
    Get
    Private Set
public TestOutcome TestOutcome { get; private set; }
public:
property TestOutcome TestOutcome {
    TestOutcome get ();
    private: void set (TestOutcome value);
}
member TestOutcome : TestOutcome with get, private set
function get TestOutcome () : TestOutcome
private function set TestOutcome (value : TestOutcome)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
O resultado do teste.

Segurança do .NET Framework

Consulte também

Referência

TestCaseEndEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

TestOutcome