Поделиться через


TestStepEndEventArgs.TestStepOutcome - свойство

Пространство имен:  Microsoft.VisualStudio.TestTools.Execution
Сборка:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (в Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Синтаксис

'Декларация
Public ReadOnly Property TestStepOutcome As TestOutcome
    Get
public TestOutcome TestStepOutcome { get; }
public:
property TestOutcome TestStepOutcome {
    TestOutcome get ();
}
member TestStepOutcome : TestOutcome
function get TestStepOutcome () : TestOutcome

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.Common.TestOutcome

Безопасность платформы .NET Framework

См. также

Ссылки

TestStepEndEventArgs Класс

Microsoft.VisualStudio.TestTools.Execution - пространство имен