Freigeben über


DiffSummary-Konstruktor (Int32, Int32, Int32, Int32, Int32)

Erstellt ein DiffSummary mit den angegebenen Werten

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DiffSummary Klasse

DiffSummary-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace