Udostępnij za pośrednictwem


Właściwość TestRun.RunConfiguration —

Pobiera lub ustawia konfigurację dla wykonywania badania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
Public Property RunConfiguration As TestRunConfiguration
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)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Konfiguracja dla tego testu, uruchom.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestRun Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

TestRunConfiguration