Compartilhar via


Propriedade GitCommitDiffs.ChangeCounts

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (em Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Sintaxe

'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ChangeCounts As Dictionary(Of VersionControlChangeType, Integer)
[DataMemberAttribute(EmitDefaultValue = false)]
public Dictionary<VersionControlChangeType, int> ChangeCounts { get; set; }

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<VersionControlChangeType, Int32>

Segurança do .NET Framework

Consulte também

Referência

GitCommitDiffs Classe

Namespace Microsoft.TeamFoundation.SourceControl.WebApi