Gets the changes from this checkpoint to the other checkpoint.
If 'other' is older than this checkpoint, reverse changes are calculated.

C# | Visual Basic | Visual C++ |
IEnumerable<TextChangeEventArgs> GetChangesTo( ITextSourceVersion other )
Function GetChangesTo ( _ other As ITextSourceVersion _ ) As IEnumerable(Of TextChangeEventArgs)
IEnumerable<TextChangeEventArgs^>^ GetChangesTo( ITextSourceVersion^ other )

- other (ITextSourceVersion)

This method is thread-safe.

Exception | Condition |
---|---|
ArgumentException | Raised if 'other' belongs to a different document than this checkpoint. |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238