Share via


ChangeListHelpers.ComputeChangeCounts Method

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
)
public:
static Dictionary<VersionControlChangeType, int>^ ComputeChangeCounts(
    IEnumerable<TfvcChange^>^ changes
)
static member ComputeChangeCounts : 
        changes:IEnumerable<TfvcChange> -> Dictionary<VersionControlChangeType, int> 
public static function ComputeChangeCounts(
    changes : IEnumerable<TfvcChange>
) : Dictionary<VersionControlChangeType, int>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ChangeListHelpers Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace