ChangeListHelpers.IncrementChangeFlagCount 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 IncrementChangeFlagCount(System.Collections.Generic.Dictionary<Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType,int> changeCounts, Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType changeFlag, int count);
static member IncrementChangeFlagCount : System.Collections.Generic.Dictionary<Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType, int> * Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType * int -> unit
Public Shared Sub IncrementChangeFlagCount (changeCounts As Dictionary(Of VersionControlChangeType, Integer), changeFlag As VersionControlChangeType, count As Integer)
Parameters
- changeCounts
- Dictionary<VersionControlChangeType,Int32>
- changeFlag
- VersionControlChangeType
- count
- Int32