Returns the start and end indices in the current text of the changed text

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
protected int[] IdentifyChange( TextChangeHint hint )
protected int[] IdentifyChange( TextChangeHint hint )
Protected Function IdentifyChange ( hint As TextChangeHint ) As Integer()
Protected Function IdentifyChange ( hint As TextChangeHint ) As Integer()
protected: array<int>^ IdentifyChange( TextChangeHint^ hint )
protected: array<int>^ IdentifyChange( TextChangeHint^ hint )
member IdentifyChange : hint : TextChangeHint -> int[]
member IdentifyChange : hint : TextChangeHint -> int[]

- hint (TextChangeHint)


Note that end index is on right hand side of last character.
eg.
![]() | |
---|---|
"cat" ^ ^ 0 3 |
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412