Поделиться через


DiffSummary - конструктор (Int32, Int32, Int32, Int32, Int32)

Создает DiffSummary с заданными значениями

Пространство имен:  Microsoft.TeamFoundation.VersionControl.Common
Сборка:  Microsoft.TeamFoundation.VersionControl.Common (в Microsoft.TeamFoundation.VersionControl.Common.dll)

Синтаксис

'Декларация
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
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

DiffSummary Класс

DiffSummary - перегрузка

Microsoft.TeamFoundation.VersionControl.Common - пространство имен