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


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

Получает или задает конфигурацию тестового запуска.

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

Синтаксис

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

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

Тип: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Еонфигурация для этого тестового запуска.

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

См. также

Ссылки

TestRun Класс

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

TestRunConfiguration