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


TestRunConfiguration.SetupCommand - свойство

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

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

Синтаксис

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

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

Тип: System.String
Команда настройки.

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

См. также

Ссылки

TestRunConfiguration Класс

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