IDifferenceBuffer Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | AddIgnoreDifferencePredicate(IgnoreDifferencePredicate^) | Add a predicate to selectively ignore differences. |
![]() | AddSnapshotLineTransform(SnapshotLineTransform^) | Add a custom SnapshotLineTransform, which can modify lines of text before they are compared. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | RemoveIgnoreDifferencePredicate(IgnoreDifferencePredicate^) | Remove a predicate previously added with AddIgnoreDifferencePredicate. |
![]() | RemoveSnapshotLineTransform(SnapshotLineTransform^) | Remove a custom SnapshotLineTransform previously added with AddSnapshotLineTransform |
Show:
