DiffOutput.ComputeHunkEnd-Methode
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Protected Function ComputeHunkEnd ( _
diffList As IDiffChange(), _
hunkStart As Integer, _
contextLines As Integer _
) As Integer
protected int ComputeHunkEnd(
IDiffChange[] diffList,
int hunkStart,
int contextLines
)
Parameter
- diffList
Typ: array<IDiffChange[]
- hunkStart
Typ: System.Int32
- contextLines
Typ: System.Int32
Rückgabewert
Typ: System.Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.