ITextChange::OldPosition Property
Visual Studio 2015
Gets the position of the text change in the snapshot immediately before the change.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Property Value
Type: System::Int32The position of the text change in the snapshot immediately before the change.
The position can differ from NewPosition only when there is more than one ITextChange included in moving from one snapshot to the next.
This is the equivalent of OldSpan.Start.
Show: