Aracılığıyla paylaş


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

Dönüş Değeri

Tür: System.Collections.Generic.Dictionary<VersionControlChangeType, Int32>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ChangeListHelpers Sınıf

Microsoft.TeamFoundation.SourceControl.WebApi Ad Alanı