IDifferenceBuffer Methods

 

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

NameDescription
System_CAPS_pubmethodAddIgnoreDifferencePredicate(IgnoreDifferencePredicate^)

Add a predicate to selectively ignore differences.

System_CAPS_pubmethodAddSnapshotLineTransform(SnapshotLineTransform^)

Add a custom SnapshotLineTransform, which can modify lines of text before they are compared.

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodRemoveIgnoreDifferencePredicate(IgnoreDifferencePredicate^)

Remove a predicate previously added with AddIgnoreDifferencePredicate.

System_CAPS_pubmethodRemoveSnapshotLineTransform(SnapshotLineTransform^)

Remove a custom SnapshotLineTransform previously added with AddSnapshotLineTransform

Return to top
Show: