ITextDifferencingService.DiffSnapshotSpans Method
Include Protected Members
Include Inherited Members
Computes the differences between two snapshot spans.
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 | |
---|---|---|
DiffSnapshotSpans(SnapshotSpan, SnapshotSpan, StringDifferenceOptions) | Computes the differences between two snapshot spans, using the given difference options. | |
DiffSnapshotSpans(SnapshotSpan, SnapshotSpan, StringDifferenceOptions, Func<ITextSnapshotLine, String>) | Computes the differences between two snapshot spans, using the given difference options. |
Top