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 命名空间