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


TestRun.Result - свойство

Получает используемый результат теста, содержащий результаты уровня запуска.

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

Синтаксис

'Декларация
Public Property Result As RunResultAndStatistics
public RunResultAndStatistics Result { get; internal set; }
public:
property RunResultAndStatistics^ Result {
    RunResultAndStatistics^ get ();
    internal: void set (RunResultAndStatistics^ value);
}
member Result : RunResultAndStatistics with get, internal set
function get Result () : RunResultAndStatistics 
internal function set Result (value : RunResultAndStatistics)

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

Тип: Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics
Результат теста, содержащий результаты уровня запуска.

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

См. также

Ссылки

TestRun Класс

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

RunResultAndStatistics