ChangeListHelpers.IncrementChangeCounts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void IncrementChangeCounts(System.Collections.Generic.Dictionary<Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType,int> changeCounts, Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType changeType, int count);
static member IncrementChangeCounts : System.Collections.Generic.Dictionary<Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType, int> * Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType * int -> unit
Public Shared Sub IncrementChangeCounts (changeCounts As Dictionary(Of VersionControlChangeType, Integer), changeType As VersionControlChangeType, count As Integer)
Parameters
- changeCounts
- Dictionary<VersionControlChangeType,Int32>
- changeType
- VersionControlChangeType
- count
- Int32