Freigeben über


TestConfiguration.ConfigurationSection-Eigenschaft

Ruft ein TestConfigurationSection-Objekt ab.

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

Syntax

'Declaration
Public Shared ReadOnly Property ConfigurationSection As TestConfigurationSection
public static TestConfigurationSection ConfigurationSection { get; }
public:
static property TestConfigurationSection^ ConfigurationSection {
    TestConfigurationSection^ get ();
}
static member ConfigurationSection : TestConfigurationSection with get
static function get ConfigurationSection () : TestConfigurationSection

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection
Ein TestConfigurationSection-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestConfiguration Klasse

Microsoft.VisualStudio.TestTools.UnitTesting-Namespace

TestConfigurationSection