Compartilhar via


Propriedade ChangeList<T>.ChangeCounts

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

Sintaxe

'Declaração
<DataMemberAttribute(Name := "changeCounts", EmitDefaultValue := False)> _
Public Property ChangeCounts As Dictionary(Of VersionControlChangeType, Integer)
[DataMemberAttribute(Name = "changeCounts", 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

ChangeList<T> Classe

Namespace Microsoft.TeamFoundation.SourceControl.WebApi