Udostępnij za pośrednictwem


Konstruktor DiffSummary — (Int32, Int32, Int32, Int32, Int32)

Tworzy DiffSummary z podanej wartości.

Przestrzeń nazw:  Microsoft.TeamFoundation.VersionControl.Common
Zestaw:  Microsoft.TeamFoundation.VersionControl.Common (w Microsoft.TeamFoundation.VersionControl.Common.dll)

Składnia

'Deklaracja
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
)

Parametry

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DiffSummary Klasa

Przeciążenie DiffSummary

Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Common