Sdílet prostřednictvím


TestCaseEndEventArgs.TestOutcome – vlastnost

Získá nebo nastaví TestOutcome z test.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Výsledek zkoušky.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TestCaseEndEventArgs Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů

TestOutcome