Udostępnij za pośrednictwem


Właściwość TestRunTextResultMessage.Outcome —

Zwraca wynik testu.

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

Składnia

'Deklaracja
Public Property Outcome As TestOutcome
public TestOutcome Outcome { get; set; }
public:
property TestOutcome Outcome {
    TestOutcome get ();
    void set (TestOutcome value);
}
member Outcome : TestOutcome with get, set
function get Outcome () : TestOutcome
function set Outcome (value : TestOutcome)

Wartość właściwości

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestRunTextResultMessage Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

TestOutcome