NewSyntheticRegion.iSerialValue Field

Used to sort adjacent regions.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
Public iSerialValue As Integer
'Utilisation
Dim instance As NewSyntheticRegion
Dim value As Integer

value = instance.iSerialValue

instance.iSerialValue = value
public int iSerialValue
public:
int iSerialValue
val mutable iSerialValue: int
public var iSerialValue : int

Remarks

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).

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

NewSyntheticRegion Structure

NewSyntheticRegion Members

Microsoft.VisualStudio.TextManager.Interop Namespace