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

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

Property Value

Type: System.Collections.ObjectModel.ReadOnlyObservableCollection<ITestPointProperties>
A historical collection of properties.

.NET Framework Security

See Also

Reference

ITestPoint Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ReadOnlyObservableCollection<T>

ITestPointProperties