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


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

Получает или задает результат связанного тестового запуска.

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

Синтаксис

'Декларация
<VisiblePropertyAttribute> _
Public Property Outcome As TestOutcome
[VisiblePropertyAttribute]
public TestOutcome Outcome { get; set; }
[VisiblePropertyAttribute]
public:
property TestOutcome Outcome {
    TestOutcome get ();
    void set (TestOutcome value);
}
[<VisiblePropertyAttribute>]
member Outcome : TestOutcome with get, set
function get Outcome () : TestOutcome 
function set Outcome (value : TestOutcome)

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

Тип: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Результат связанного тестового запуска.

Заметки

Версия локализованного текста этого свойства показывается в пользовательском интерфейсе Visual Studio Test Professional. Дополнительные сведения см. в описании свойства OutcomeText.

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

См. также

Ссылки

RunResultAndStatistics Класс

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

TestOutcome

OutcomeText