Compartilhar via


Propriedade TestRunConfiguration.CleanupCommand

Obtém ou define o comando para limpar a configuração de execução.

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

Sintaxe

'Declaração
Public Property CleanupCommand As String
    Get
    Set
public string CleanupCommand { get; set; }
public:
property String^ CleanupCommand {
    String^ get ();
    void set (String^ value);
}
member CleanupCommand : string with get, set
function get CleanupCommand () : String
function set CleanupCommand (value : String)

Valor de propriedade

Tipo: System.String
O comando de limpeza.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common