共用方式為


ITestPlanCollection 介面

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

表示測試計劃的集合。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Public Interface ITestPlanCollection _
    Inherits ITestObjectCollection(Of ITestPlan), IList(Of ITestPlan),  _
    ICollection(Of ITestPlan), IEnumerable(Of ITestPlan), IEnumerable,  _
    INotifyCollectionChanged, INotifyPropertyChanged
public interface ITestPlanCollection : ITestObjectCollection<ITestPlan>, 
    IList<ITestPlan>, ICollection<ITestPlan>, IEnumerable<ITestPlan>, 
    IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestPlanCollection : ITestObjectCollection<ITestPlan^>, 
    IList<ITestPlan^>, ICollection<ITestPlan^>, IEnumerable<ITestPlan^>, 
    IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestPlanCollection =  
    interface
        interface ITestObjectCollection<ITestPlan>
        interface IList<ITestPlan>
        interface ICollection<ITestPlan>
        interface IEnumerable<ITestPlan>
        interface IEnumerable
        interface INotifyCollectionChanged
        interface INotifyPropertyChanged
    end
public interface ITestPlanCollection extends ITestObjectCollection<ITestPlan>, IList<ITestPlan>, ICollection<ITestPlan>, IEnumerable<ITestPlan>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

ITestPlanCollection 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 Count 取得 ICollection<T> 中所包含的元素數。 (繼承自 ICollection<ITestPlan>)。
公用屬性 IsReadOnly 取得值,指出 ICollection<T> 是否唯讀。 (繼承自 ICollection<ITestPlan>)。
公用屬性 Item 取得或設定在指定索引的項目。 (繼承自 IList<ITestPlan>)。
公用屬性 QueryText 取得或設定預設查詢,用來填入測試計劃階層。這包括測試回合和測試點。
公用屬性 SyncRoot 取得物件,可用來對集合進行同步存取。 (繼承自 ITestObjectCollection<TObjectInterface>)。

回頁首

方法

  名稱 說明
公用方法 Add 將項目加入至 ICollection<T>。 (繼承自 ICollection<ITestPlan>)。
公用方法 Clear 將所有項目從 ICollection<T> 移除。 (繼承自 ICollection<ITestPlan>)。
公用方法 Contains 判斷 ICollection<T> 是否包含特定值。 (繼承自 ICollection<ITestPlan>)。
公用方法 CopyTo 從特定的 Array 索引開始,複製 ICollection<T> 項目至 Array。 (繼承自 ICollection<ITestPlan>)。
公用方法 GetEnumerator 傳回可逐一查看集合的列舉程式。 (繼承自 IEnumerable<ITestPlan>)。
公用方法 IndexOf 判斷 IList<T> 中特定項目的索引。 (繼承自 IList<ITestPlan>)。
公用方法 Insert 將項目插入位於指定索引的 IList<T>。 (繼承自 IList<ITestPlan>)。
公用方法 Move 將集合的項目從某個位置移至另一個位置。 (繼承自 ITestObjectCollection<TObjectInterface>)。
公用方法 Refresh 重新整理伺服器中這個集合之所有計劃內的資料。
公用方法 RefreshStatistics 重新整理這個集合中所有計劃、測試回合和測試計劃的統計資料。
公用方法 Remove ICollection<T> 移除特定物件的第一個相符項目。 (繼承自 ICollection<ITestPlan>)。
公用方法 RemoveAt 移除指定之索引處的 IList<T> 項目。 (繼承自 IList<ITestPlan>)。

回頁首

事件

  名稱 說明
公用事件 CollectionChanged 發生於集合變更時。 (繼承自 INotifyCollectionChanged)。
公用事件 PropertyChanged 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。

回頁首

備註

測試計劃可能新增或刪除,但是當刪除計劃時,其所有的測試回合及測試點也都會刪除。

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestObjectCollection<TObjectInterface>

ITestPlan

ITestPoint

ITestRun

INotifyCollectionChanged

INotifyPropertyChanged