FindNextLineDifference Method ()
Given a point that maps to the difference buffer or either the left or right buffer, find the next Difference or null if there is none to be found. If the given point is inside a line difference, finds the next one.
Namespace: Microsoft.VisualStudio.Data.Tools.Delta
Assembly: Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)
Syntax
'Declaration
Function FindNextLineDifference ( _
point As SnapshotPoint _
) As Difference
'Usage
Dim instance As IDifferenceBuffer
Dim point As SnapshotPoint
Dim returnValue As Difference
returnValue = instance.FindNextLineDifference(point)
Difference FindNextLineDifference(
SnapshotPoint point
)
Difference^ FindNextLineDifference(
SnapshotPoint point
)
abstract FindNextLineDifference :
point:SnapshotPoint -> Difference
function FindNextLineDifference(
point : SnapshotPoint
) : Difference
Parameters
- point
Type: SnapshotPoint
The point to use, from any of the buffers related to the difference buffer.
Return Value
Type: Difference
The next difference, if successful. If not, null.