DiffOutput.ComputeHunkEnd 方法

命名空间:  Microsoft.TeamFoundation.VersionControl.Common
程序集:  Microsoft.TeamFoundation.VersionControl.Common(在 Microsoft.TeamFoundation.VersionControl.Common.dll 中)

语法

声明
Protected Function ComputeHunkEnd ( _
    diffList As IDiffChange(), _
    hunkStart As Integer, _
    contextLines As Integer _
) As Integer
protected int ComputeHunkEnd(
    IDiffChange[] diffList,
    int hunkStart,
    int contextLines
)

参数

  • diffList
    类型:array<IDiffChange[]

返回值

类型:System.Int32

.NET Framework 安全性

请参见

参考

DiffOutput 类

Microsoft.TeamFoundation.VersionControl.Common 命名空间