ChangeListHelpers.ComputeChangeCounts 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 Function ComputeChangeCounts ( _
changes As IEnumerable(Of TfvcChange) _
) As Dictionary(Of VersionControlChangeType, Integer)
public static Dictionary<VersionControlChangeType, int> ComputeChangeCounts(
IEnumerable<TfvcChange> changes
)
Parametreler
- changes
Tür: System.Collections.Generic.IEnumerable<TfvcChange>
Dönüş Değeri
Tür: System.Collections.Generic.Dictionary<VersionControlChangeType, 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.