GitCommitDiffs.ChangeCounts Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ChangeCounts As Dictionary(Of VersionControlChangeType, Integer)
[DataMemberAttribute(EmitDefaultValue = false)]
public Dictionary<VersionControlChangeType, int> ChangeCounts { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Dictionary<VersionControlChangeType, int>^ ChangeCounts {
Dictionary<VersionControlChangeType, int>^ get ();
void set (Dictionary<VersionControlChangeType, int>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ChangeCounts : Dictionary<VersionControlChangeType, int> with get, set
function get ChangeCounts () : Dictionary<VersionControlChangeType, int>
function set ChangeCounts (value : Dictionary<VersionControlChangeType, int>)
Property Value
Type: System.Collections.Generic.Dictionary<VersionControlChangeType, Int32>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.