TestCaseResults 的集合
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
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
Inherits ITestObjectCollection(Of ITestCaseResult), IList(Of ITestCaseResult),
ICollection(Of ITestCaseResult), IEnumerable(Of ITestCaseResult),
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
属性
| 名称 | 说明 | |
|---|---|---|
![]() |
Count | (从 ICollection<T> 继承。) |
![]() |
IsReadOnly | (从 ICollection<T> 继承。) |
![]() |
Item[Int32] | (从 IList<T> 继承。) |
![]() |
SyncRoot | 此 API 支持 产品 基础结构,不能在代码中直接使用。 获取可用于同步对集合的访问的对象。(从 ITestObjectCollection<TObjectInterface> 继承。) |
方法
| 名称 | 说明 | |
|---|---|---|
![]() |
Add(T) | (从 ICollection<T> 继承。) |
![]() |
Clear() | (从 ICollection<T> 继承。) |
![]() |
Contains(T) | (从 ICollection<T> 继承。) |
![]() |
CopyTo(T[], Int32) | (从 ICollection<T> 继承。) |
![]() |
GetEnumerator() | (从 IEnumerable<T> 继承。) |
![]() |
IndexOf(T) | (从 IList<T> 继承。) |
![]() |
Insert(Int32, T) | (从 IList<T> 继承。) |
![]() |
Move(Int32, Int32) | 此 API 支持 产品 基础结构,不能在代码中直接使用。 将集合的项从一个位置移到另一个位置。(从 ITestObjectCollection<TObjectInterface> 继承。) |
![]() |
QueryAssociatedWorkItems() | 查询任何工作项的 ID 与所有测试集合中的用例结果 |
![]() |
Remove(T) | (从 ICollection<T> 继承。) |
![]() |
RemoveAt(Int32) | (从 IList<T> 继承。) |
![]() |
Save(Boolean) | Persists the contents of this collection to the server and can optionally upload the attachments in the background. |
事件
| 名称 | 说明 | |
|---|---|---|
![]() |
CollectionChanged | (从 INotifyCollectionChanged 继承。) |
![]() |
PropertyChanged | (从 INotifyPropertyChanged 继承。) |
备注
这里不会更新任何内容;请不要在这里添加材料。
请参阅
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首
.jpeg)
.gif)
.gif)