Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents a data source element as an XML tag within a configuration file.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public NotInheritable Class DataSourceElement _
Inherits ConfigurationElement
'Usage
Dim instance As DataSourceElement
public sealed class DataSourceElement : ConfigurationElement
public ref class DataSourceElement sealed : public ConfigurationElement
public final class DataSourceElement extends ConfigurationElement
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
Microsoft.VisualStudio.TestTools.UnitTesting.DataSourceElement
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.UnitTesting Namespace