Freigeben über


ChangeListHelpers.IncrementChangeCounts-Methode

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ChangeListHelpers Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace