Compartilhar via


Construtor DiffSummary (Int32, Int32, Int32, Int32, Int32)

Cria um DiffSummary com os valores dados

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

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

DiffSummary Classe

Sobrecargas DiffSummary

Namespace Microsoft.TeamFoundation.VersionControl.Common