Compartilhar via


Propriedade HistoryQueryResults<T>.Results

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (em Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property Results As IEnumerable(Of HistoryEntry(Of T))
[DataMemberAttribute]
public IEnumerable<HistoryEntry<T>> Results { get; set; }

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

HistoryQueryResults<T> Classe

Namespace Microsoft.TeamFoundation.SourceControl.WebApi