ITestPoint.History 属性

获取 ITestPointProperties 对象的集合,这些对象表示一段时间内此测试点的属性的历史列表。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
ReadOnly Property History As ReadOnlyObservableCollection(Of ITestPointProperties)
    Get
ReadOnlyObservableCollection<ITestPointProperties> History { get; }
property ReadOnlyObservableCollection<ITestPointProperties^>^ History {
    ReadOnlyObservableCollection<ITestPointProperties^>^ get ();
}
abstract History : ReadOnlyObservableCollection<ITestPointProperties>
function get History () : ReadOnlyObservableCollection<ITestPointProperties>

属性值

类型:System.Collections.ObjectModel.ReadOnlyObservableCollection<ITestPointProperties>
属性的历史集合。

.NET Framework 安全性

请参见

参考

ITestPoint 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ReadOnlyObservableCollection<T>

ITestPointProperties