表示测试套件项的集合。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
public interface ITestSuiteEntryCollection : ITestObjectCollection<ITestSuiteEntry>,
IList<ITestSuiteEntry>, ICollection<ITestSuiteEntry>, IEnumerable<ITestSuiteEntry>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestSuiteEntryCollection : ITestObjectCollection<ITestSuiteEntry^>,
IList<ITestSuiteEntry^>, ICollection<ITestSuiteEntry^>, IEnumerable<ITestSuiteEntry^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestSuiteEntryCollection =
interface
interface ITestObjectCollection<ITestSuiteEntry>
interface IList<ITestSuiteEntry>
interface ICollection<ITestSuiteEntry>
interface IEnumerable<ITestSuiteEntry>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
Public Interface ITestSuiteEntryCollection
Inherits ITestObjectCollection(Of ITestSuiteEntry), IList(Of ITestSuiteEntry),
ICollection(Of ITestSuiteEntry), IEnumerable(Of ITestSuiteEntry),
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
属性
| 名称 | 说明 | |
|---|---|---|
![]() |
Count | (从 ICollection<T> 继承。) |
![]() |
IsReadOnly | (从 ICollection<T> 继承。) |
![]() |
Item[Int32] | (从 IList<T> 继承。) |
![]() |
SyncRoot | 此 API 支持 产品 基础结构,不能在代码中直接使用。 获取可用于同步对集合的访问的对象。(从 ITestObjectCollection<TObjectInterface> 继承。) |
方法
事件
| 名称 | 说明 | |
|---|---|---|
![]() |
CollectionChanged | (从 INotifyCollectionChanged 继承。) |
![]() |
PropertyChanged | (从 INotifyPropertyChanged 继承。) |
备注
在 Visual Studio 中,此接口支持测试用例管理 (TCM) 对象模型。此接口预期并不用于您实现自定义类,但您可以在 TCM 对象返回内部实现时将此接口用于自定义类中。
请参阅
ITestObjectCollection<TObjectInterface>
ITestSuiteEntry
INotifyCollectionChanged
INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首
.jpeg)
.gif)
.gif)