ITestPoint.History Property
Gets a collection of ITestPointProperties objects that represent a historical list of the properties of this test point over time.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ReadOnlyObservableCollection<ITestPointProperties> History { get; }
property ReadOnlyObservableCollection<ITestPointProperties^>^ History {
ReadOnlyObservableCollection<ITestPointProperties^>^ get();
}
abstract History : ReadOnlyObservableCollection<ITestPointProperties> with get
ReadOnly Property History As ReadOnlyObservableCollection(Of ITestPointProperties)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyObservableCollection<ITestPointProperties>
A historical collection of properties.
See Also
ReadOnlyObservableCollection<T>
ITestPointProperties
ITestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top