Compartir a través de


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

Crea un DiffSummary con los valores proporcionados

Espacio de nombres:  Microsoft.TeamFoundation.VersionControl.Common
Ensamblado:  Microsoft.TeamFoundation.VersionControl.Common (en Microsoft.TeamFoundation.VersionControl.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DiffSummary Clase

DiffSummary (Sobrecarga)

Microsoft.TeamFoundation.VersionControl.Common (Espacio de nombres)