ChangeListHelpers.IncrementChangeCounts Method
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Sub IncrementChangeCounts ( _
changeCounts As Dictionary(Of VersionControlChangeType, Integer), _
changeType As VersionControlChangeType, _
count As Integer _
)
public static void IncrementChangeCounts(
Dictionary<VersionControlChangeType, int> changeCounts,
VersionControlChangeType changeType,
int count
)
public:
static void IncrementChangeCounts(
Dictionary<VersionControlChangeType, int>^ changeCounts,
VersionControlChangeType changeType,
int count
)
static member IncrementChangeCounts :
changeCounts:Dictionary<VersionControlChangeType, int> *
changeType:VersionControlChangeType *
count:int -> unit
public static function IncrementChangeCounts(
changeCounts : Dictionary<VersionControlChangeType, int>,
changeType : VersionControlChangeType,
count : int
)
Parameters
- changeCounts
Type: System.Collections.Generic.Dictionary<VersionControlChangeType, Int32>
- count
Type: System.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.