Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DataSourceCollection _
Inherits WebTestBaseCollection(Of DataSource)
'Usage
Dim instance As DataSourceCollection
[SerializableAttribute]
public class DataSourceCollection : WebTestBaseCollection<DataSource>
[SerializableAttribute]
public ref class DataSourceCollection : public WebTestBaseCollection<DataSource^>
public class DataSourceCollection extends WebTestBaseCollection<DataSource>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<DataSource>
Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<DataSource>
Microsoft.VisualStudio.TestTools.WebTesting.DataSourceCollection
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.