ITestCaseResultCollection 介面
TestCaseResults 的集合
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestCaseResultCollection _
Inherits ITestObjectCollection(Of ITestCaseResult), IList(Of ITestCaseResult), _
ICollection(Of ITestCaseResult), IEnumerable(Of ITestCaseResult), IEnumerable, _
INotifyCollectionChanged, INotifyPropertyChanged
public interface ITestCaseResultCollection : ITestObjectCollection<ITestCaseResult>,
IList<ITestCaseResult>, ICollection<ITestCaseResult>, IEnumerable<ITestCaseResult>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestCaseResultCollection : ITestObjectCollection<ITestCaseResult^>,
IList<ITestCaseResult^>, ICollection<ITestCaseResult^>, IEnumerable<ITestCaseResult^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestCaseResultCollection =
interface
interface ITestObjectCollection<ITestCaseResult>
interface IList<ITestCaseResult>
interface ICollection<ITestCaseResult>
interface IEnumerable<ITestCaseResult>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
public interface ITestCaseResultCollection extends ITestObjectCollection<ITestCaseResult>, IList<ITestCaseResult>, ICollection<ITestCaseResult>, IEnumerable<ITestCaseResult>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
ITestCaseResultCollection 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Count | 取得 ICollection 中所包含的元素數。 (繼承自 ICollection<ITestCaseResult>)。 | |
IsReadOnly | 取得值,指出 ICollection 是否唯讀。 (繼承自 ICollection<ITestCaseResult>)。 | |
Item | 取得或設定指定之索引處的項目。 (繼承自 IList<ITestCaseResult>)。 | |
SyncRoot | 取得物件,可用來對集合進行同步存取。 (繼承自 ITestObjectCollection<TObjectInterface>)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Add | 將項目加入至 ICollection。 (繼承自 ICollection<ITestCaseResult>)。 | |
Clear | 將所有項目從 ICollection 移除。 (繼承自 ICollection<ITestCaseResult>)。 | |
Contains | 判斷 ICollection 是否包含特定值。 (繼承自 ICollection<ITestCaseResult>)。 | |
CopyTo | 從特定的 Array 索引開始,複製 ICollection 項目至 Array。 (繼承自 ICollection<ITestCaseResult>)。 | |
GetEnumerator | 傳回逐一查看集合的列舉值。 (繼承自 IEnumerable<ITestCaseResult>)。 | |
IndexOf | 判斷 IList 中特定項目的索引。 (繼承自 IList<ITestCaseResult>)。 | |
Insert | 將項目插入位於指定索引的 IList。 (繼承自 IList<ITestCaseResult>)。 | |
Move | 將集合的項目從某個位置移至另一個位置。 (繼承自 ITestObjectCollection<TObjectInterface>)。 | |
QueryAssociatedWorkItems | 查詢任何工作項目的 ID 與集合中的所有測試案例結果。 | |
Remove | 從 ICollection 移除特定物件的第一個相符項目。 (繼承自 ICollection<ITestCaseResult>)。 | |
RemoveAt | 移除指定之索引處的 IList 項目。 (繼承自 IList<ITestCaseResult>)。 | |
Save |
回頁首
事件
名稱 | 描述 | |
---|---|---|
CollectionChanged | 發生於集合變更時。 (繼承自 INotifyCollectionChanged)。 | |
PropertyChanged | 當屬性值變更時發生。 (繼承自 INotifyPropertyChanged)。 |
回頁首
備註
沒有要更新的內容,請不要在這裡新增資料。