Partilhar via


Propriedade TestRunConfiguration.SetupCommand

Obtém ou define o comando de configuração para o ensaio.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
O comando de configuração.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common