Condividi tramite


Proprietà TestStepEndEventArgs.TestStepOutcome

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TestStepOutcome As TestOutcome
public TestOutcome TestStepOutcome { get; }
public:
property TestOutcome TestStepOutcome {
    TestOutcome get ();
}
member TestStepOutcome : TestOutcome with get
function get TestStepOutcome () : TestOutcome

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestStepEndEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution