Gets the changes from this checkpoint to the other checkpoint.
If 'other' is older than this checkpoint, reverse changes are calculated.
Declaration Syntax
C# | Visual Basic | Visual C++ |
IEnumerable<TextChangeEventArgs> GetChangesTo( ITextSourceVersion other )
Function GetChangesTo ( _ other As ITextSourceVersion _ ) As IEnumerable(Of TextChangeEventArgs)
IEnumerable<TextChangeEventArgs^>^ GetChangesTo( ITextSourceVersion^ other )
Parameters
- other (ITextSourceVersion)
Remarks
This method is thread-safe.
Exceptions
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