获取 ITestPointProperties 对象的集合,这些对象表示一段时间内此测试点的属性的历史列表。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
ReadOnlyObservableCollection<ITestPointProperties> History { get; }
property ReadOnlyObservableCollection<ITestPointProperties^>^ History {
ReadOnlyObservableCollection<ITestPointProperties^>^ get();
}
abstract History : ReadOnlyObservableCollection<ITestPointProperties> with get
ReadOnly Property History As ReadOnlyObservableCollection(Of ITestPointProperties)
属性值
Type: System.Collections.ObjectModel.ReadOnlyObservableCollection<ITestPointProperties>
属性的历史集合。
请参阅
ReadOnlyObservableCollection<T>
ITestPointProperties
ITestPoint 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首