WebTestItemCollection クラス

更新 : 2007 年 11 月

Web テスト項目のための、厳密に型指定されたコンテナを表します。

名前空間 :  Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ :  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)

構文

'宣言
<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>

継承階層

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

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

参照

WebTestItemCollection メンバ

Microsoft.VisualStudio.TestTools.WebTesting 名前空間