Udostępnij za pośrednictwem


Właściwość TestCaseEndEventArgs.TestOutcome —

Zwraca lub ustawia TestOutcome badania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

'Deklaracja
Public Property TestOutcome As TestOutcome
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)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Wynik badania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestCaseEndEventArgs Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution

TestOutcome