Compartilhar via


Método ChangeListHelpers.ComputeChangeCounts

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

Sintaxe

'Declaração
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 de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ChangeListHelpers Classe

Namespace Microsoft.TeamFoundation.SourceControl.WebApi