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> with get
function get History () : ReadOnlyObservableCollection<ITestPointProperties>
Property Value
Type: ReadOnlyObservableCollection<ITestPointProperties>
A historical collection of properties.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.