Sdílet prostřednictvím


TestRun.RunConfiguration – vlastnost

Získá nebo nastaví konfiguraci pro zkoušky.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Konfigurace tohoto testu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestRun Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů

TestRunConfiguration