ITextDifferencingService Methods

 

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

NameDescription
System_CAPS_pubmethodDiffSnapshotSpans(SnapshotSpan, SnapshotSpan, StringDifferenceOptions)

Computes the differences between two snapshot spans, using the given difference options.

System_CAPS_pubmethodDiffSnapshotSpans(SnapshotSpan, SnapshotSpan, StringDifferenceOptions, Func<ITextSnapshotLine^, String^>^)

Computes the differences between two snapshot spans, using the given difference options.

System_CAPS_pubmethodDiffStrings(String^, String^, StringDifferenceOptions)

Computes the differences between two strings, using the given difference options.

Return to top
Show: