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


TestRunTextResultMessage.Outcome - свойство

Получает результат теста.

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

Синтаксис

'Декларация
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)

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

Тип: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Выходной результат теста.

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

См. также

Ссылки

TestRunTextResultMessage Класс

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

TestOutcome