NewSyntheticRegion::iSerialValue Field
Visual Studio 2015
Used to sort adjacent regions.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
If you expect adjacent regions, you should set this to ensure good sorting. Otherwise, set iSerialValue to zero for everything and adjacent regions will be sorted by time (last added -> last logical position).
From textmgr.idl:
Show: