Freigeben über


ChangeList<T>.ChangeCounts-Eigenschaft

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

Syntax

'Declaration
<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; }

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ChangeList<T> Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace