Condividi tramite


Proprietà TestRun.RunConfiguration

Ottiene o imposta la configurazione dell'esecuzione dei test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public Property RunConfiguration As TestRunConfiguration
    Get
    Set
public TestRunConfiguration RunConfiguration { get; set; }
public:
property TestRunConfiguration^ RunConfiguration {
    TestRunConfiguration^ get ();
    void set (TestRunConfiguration^ value);
}
member RunConfiguration : TestRunConfiguration with get, set
function get RunConfiguration () : TestRunConfiguration
function set RunConfiguration (value : TestRunConfiguration)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Configurazione per questa esecuzione dei test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestRun Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestRunConfiguration