Freigeben über


TestRunConfiguration.CleanupCommand-Eigenschaft

Ruft den Befehl zum Bereinigen der Testlaufkonfiguration ab oder legt diesen fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.String
Der Befehl "Bereinigen".

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace