FindPreviousLineDifference Method

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method FindPreviousLineDifference(SnapshotPoint) Given a point that maps to the difference buffer or either the left or right buffer, find the previous Difference or null if there is none to be found. If the given point is inside a line difference, finds the previous one.
Public method FindPreviousLineDifference(SnapshotPoint, Predicate< (Of < <' (Difference> ) > > )) Given a point that maps to the difference buffer or either the left or right buffer, find the previous Difference that matches the given predicate, or null if there is none to be found. If the given point is inside a line difference, finds the next one.

Top

See Also

Reference

IDifferenceBuffer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace