DiffSummary Constructor (Int32, Int32, Int32, Int32, Int32)

Creates a DiffSummary with the given values

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    originalLineCount As Integer, _
    modifiedLineCount As Integer, _
    totalLinesAdded As Integer, _
    totalLinesModified As Integer, _
    totalLinesDeleted As Integer _
)
public DiffSummary(
    int originalLineCount,
    int modifiedLineCount,
    int totalLinesAdded,
    int totalLinesModified,
    int totalLinesDeleted
)
public:
DiffSummary(
    int originalLineCount, 
    int modifiedLineCount, 
    int totalLinesAdded, 
    int totalLinesModified, 
    int totalLinesDeleted
)
new : 
        originalLineCount:int * 
        modifiedLineCount:int * 
        totalLinesAdded:int * 
        totalLinesModified:int * 
        totalLinesDeleted:int -> DiffSummary
public function DiffSummary(
    originalLineCount : int, 
    modifiedLineCount : int, 
    totalLinesAdded : int, 
    totalLinesModified : int, 
    totalLinesDeleted : int
)

Parameters

.NET Framework Security

See Also

Reference

DiffSummary Class

DiffSummary Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace