Compartir a través de


ChangeListHelpers.ComputeChangeCounts (Método)

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

Sintaxis

'Declaración
Public Shared Function ComputeChangeCounts ( _
    changes As IEnumerable(Of TfvcChange) _
) As Dictionary(Of VersionControlChangeType, Integer)
public static Dictionary<VersionControlChangeType, int> ComputeChangeCounts(
    IEnumerable<TfvcChange> changes
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.Dictionary<VersionControlChangeType, Int32>

Seguridad de .NET Framework

Vea también

Referencia

ChangeListHelpers Clase

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