TestConfigurationSection Class
Provides access to data source configuration data.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
System.Configuration::ConfigurationElement
System.Configuration::ConfigurationSection
Microsoft.VisualStudio.TestTools.UnitTesting::TestConfigurationSection
| Name | Description | |
|---|---|---|
![]() | TestConfigurationSection() | Initializes a new instance of the TestConfigurationSection class. |
| Name | Description | |
|---|---|---|
![]() | DataSources | Gets a DataSourceElementCollection that contains data source configuration information. |
![]() | ElementInformation | (Inherited from ConfigurationElement.) |
![]() | ElementProperty | (Inherited from ConfigurationElement.) |
![]() | Item[ConfigurationProperty^] | (Inherited from ConfigurationElement.) |
![]() | Item[String^] | (Inherited from ConfigurationElement.) |
![]() | LockAllAttributesExcept | (Inherited from ConfigurationElement.) |
![]() | LockAllElementsExcept | (Inherited from ConfigurationElement.) |
![]() | LockAttributes | (Inherited from ConfigurationElement.) |
![]() | LockElements | (Inherited from ConfigurationElement.) |
![]() | LockItem | (Inherited from ConfigurationElement.) |
![]() | Properties | (Inherited from ConfigurationElement.) |
![]() | SectionInformation | (Inherited from ConfigurationSection.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



