Partager via


ITestPoint.History, propriété

Obtient une collection d'objets ITestPointProperties qui représentent un historique des propriétés de ce point de test.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.ObjectModel.ReadOnlyObservableCollection<ITestPointProperties>
Collection d'historique des propriétés.

Sécurité .NET Framework

Voir aussi

Référence

ITestPoint Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

ReadOnlyObservableCollection<T>

ITestPointProperties