Compartir a través de


HistoryQueryResults<T>.Results (Propiedad)

Espacio de nombres:  Microsoft.TeamFoundation.SourceControl.WebApi
Ensamblado:  Microsoft.TeamFoundation.SourceControl.WebApi (en Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Results As IEnumerable(Of HistoryEntry(Of T))
[DataMemberAttribute]
public IEnumerable<HistoryEntry<T>> Results { get; set; }

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

HistoryQueryResults<T> Clase

Microsoft.TeamFoundation.SourceControl.WebApi (Espacio de nombres)