WebTestItemCollection, classe

Mise à jour : novembre 2007

Représente un conteneur fortement typé pour les éléments de test Web.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

<SerializableAttribute> _
Public Class WebTestItemCollection _
    Inherits WebTestBaseCollection(Of WebTestItem)

Dim instance As WebTestItemCollection
[SerializableAttribute]
public class WebTestItemCollection : WebTestBaseCollection<WebTestItem>
[SerializableAttribute]
public ref class WebTestItemCollection : public WebTestBaseCollection<WebTestItem^>
public class WebTestItemCollection extends WebTestBaseCollection<WebTestItem>

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres WebTestItemCollection

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms