ITextChange::NewPosition Property
Visual Studio 2015
Gets the position of the text change in the snapshot immediately after 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 after the change.
The position can differ from OldPosition only when there is more than one ITextChange included in moving from one snapshot to the next.
This is the equivalent of NewSpan.Start.
Show: