TestConfigurationSection.DataSources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data sources for this configuration section.
public:
property Microsoft::VisualStudio::TestTools::UnitTesting::DataSourceElementCollection ^ DataSources { Microsoft::VisualStudio::TestTools::UnitTesting::DataSourceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("dataSources")]
public Microsoft.VisualStudio.TestTools.UnitTesting.DataSourceElementCollection DataSources { get; }
[<System.Configuration.ConfigurationProperty("dataSources")>]
member this.DataSources : Microsoft.VisualStudio.TestTools.UnitTesting.DataSourceElementCollection
Public ReadOnly Property DataSources As DataSourceElementCollection
Property Value
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.