WebTestItemCollection Class

Represents a strongly typed container for Web test items.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class WebTestItemCollection _
    Inherits WebTestBaseCollection(Of WebTestItem)
'Usage
Dim instance As WebTestItemCollection
[SerializableAttribute]
public class WebTestItemCollection : WebTestBaseCollection<WebTestItem>
[SerializableAttribute]
public ref class WebTestItemCollection : public WebTestBaseCollection<WebTestItem^>
public class WebTestItemCollection extends WebTestBaseCollection<WebTestItem>

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<WebTestItem>
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<WebTestItem>
      Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection

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

WebTestItemCollection Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace