ChangeListHelpers.IncrementChangeCounts Yöntem
Ad alanı: Microsoft.TeamFoundation.SourceControl.WebApi
Derleme: Microsoft.TeamFoundation.SourceControl.WebApi (Microsoft.TeamFoundation.SourceControl.WebApi.dll içinde)
Sözdizimi
'Bildirim
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
)
Parametreler
- changeCounts
Tür: System.Collections.Generic.Dictionary<VersionControlChangeType, Int32>
- count
Tür: System.Int32
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.