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
- changes
Type: System.Collections.Generic.IEnumerable<TfvcChange>
Return Value
Type: System.Collections.Generic.Dictionary<VersionControlChangeType, Int32>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.