Freigeben über


TestRunConfiguration.SetupCommand-Eigenschaft

Ruft den Setupbefehl für den Testlauf 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 SetupCommand As String
    Get
    Set
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)

Eigenschaftswert

Typ: System.String
Der setup-Befehl.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace