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 MustInherit Class WebTestBaseCollection(Of T) _
Inherits Collection(Of T)
'Usage
Dim instance As WebTestBaseCollection(Of T)
[SerializableAttribute]
public abstract class WebTestBaseCollection<T> : Collection<T>
[SerializableAttribute]
generic<typename T>
public ref class WebTestBaseCollection abstract : public Collection<T>
JScript does not support generic types or methods.
Type Parameters
- T
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<T>
Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
Microsoft.VisualStudio.TestTools.WebTesting.DataSourceCollection
Microsoft.VisualStudio.TestTools.WebTesting.DataSourceTableCollection
Microsoft.VisualStudio.TestTools.WebTesting.ExtractionRuleReferenceCollection
Microsoft.VisualStudio.TestTools.WebTesting.FormPostParameterCollection
Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
Microsoft.VisualStudio.TestTools.WebTesting.QueryStringParameterCollection
Microsoft.VisualStudio.TestTools.WebTesting.ValidationRuleReferenceCollection
Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReferenceCollection
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestCollection
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestHeaderCollection
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPluginReferenceCollection
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.