Freigeben über


ChangeListHelpers.ComputeChangeCounts-Methode

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

Syntax

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

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ChangeListHelpers Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace