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 DataSourceTableCollection _
Inherits WebTestBaseCollection(Of DataSourceTable)
'Usage
Dim instance As DataSourceTableCollection
[SerializableAttribute]
public class DataSourceTableCollection : WebTestBaseCollection<DataSourceTable>
[SerializableAttribute]
public ref class DataSourceTableCollection : public WebTestBaseCollection<DataSourceTable^>
public class DataSourceTableCollection extends WebTestBaseCollection<DataSourceTable>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<DataSourceTable>
Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<DataSourceTable>
Microsoft.VisualStudio.TestTools.WebTesting.DataSourceTableCollection
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.