Compartir a través de


GitCommitDiffs.ChangeCounts (Propiedad)

Espacio de nombres:  Microsoft.TeamFoundation.SourceControl.WebApi
Ensamblado:  Microsoft.TeamFoundation.SourceControl.WebApi (en Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

GitCommitDiffs Clase

Microsoft.TeamFoundation.SourceControl.WebApi (Espacio de nombres)