DataSourceElementCollection Constructor
Initializes a new instance of the DataSourceElementCollection class.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New DataSourceElementCollection()
public DataSourceElementCollection()
public:
DataSourceElementCollection()
public function DataSourceElementCollection()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataSourceElementCollection Class