Aracılığıyla paylaş


ChangeList<T>.ChangeCounts Özellik

Ad alanı:  Microsoft.TeamFoundation.SourceControl.WebApi
Derleme:  Microsoft.TeamFoundation.SourceControl.WebApi (Microsoft.TeamFoundation.SourceControl.WebApi.dll içinde)

Sözdizimi

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

Özellik Değeri

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

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ChangeList<T> Sınıf

Microsoft.TeamFoundation.SourceControl.WebApi Ad Alanı