ChangeList<T>.ChangeCounts 屬性

命名空間:  Microsoft.TeamFoundation.SourceControl.WebApi
組件:  Microsoft.TeamFoundation.SourceControl.WebApi (在 Microsoft.TeamFoundation.SourceControl.WebApi.dll 中)

語法

'宣告
<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; }

屬性值

類型:System.Collections.Generic.Dictionary<VersionControlChangeType, Int32>

.NET Framework 安全性

請參閱

參考

ChangeList<T> 類別

Microsoft.TeamFoundation.SourceControl.WebApi 命名空間