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[]
- hunkStart
型別:System.Int32
- contextLines
型別:System.Int32
傳回值
型別:System.Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。