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


IBaseRunContext.RunConfig - свойство

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

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

Синтаксис

'Декларация
ReadOnly Property RunConfig As IExecutionRunConfiguration
IExecutionRunConfiguration RunConfig { get; }
property IExecutionRunConfiguration^ RunConfig {
    IExecutionRunConfiguration^ get ();
}
abstract RunConfig : IExecutionRunConfiguration with get
function get RunConfig () : IExecutionRunConfiguration

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

Тип: Microsoft.VisualStudio.TestTools.Execution.IExecutionRunConfiguration
Объект IExecutionRunConfiguration, содержащий конфигурацию выполнения при запуске.

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

См. также

Ссылки

IBaseRunContext Интерфейс

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

IExecutionRunConfiguration