The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestPoint::History Property
Gets a collection of ITestPointProperties objects that represent a historical list of the properties of this test point over time.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
property ReadOnlyObservableCollection<ITestPointProperties^>^ History {
ReadOnlyObservableCollection<ITestPointProperties^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyObservableCollection<ITestPointProperties^>^A historical collection of properties.
Show: