Partager via


HistoryQueryResults<T>.Results, propriété

Espace de noms :  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly :  Microsoft.TeamFoundation.SourceControl.WebApi (dans Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Results As IEnumerable(Of HistoryEntry(Of T))
[DataMemberAttribute]
public IEnumerable<HistoryEntry<T>> Results { get; set; }

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<HistoryEntry<T>>

Sécurité .NET Framework

Voir aussi

Référence

HistoryQueryResults<T> Classe

Microsoft.TeamFoundation.SourceControl.WebApi, espace de noms