LINEDATAEXFLAGS Enumeration

 

Provides additional information about the line.

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

[FlagsAttribute]
public enum class LINEDATAEXFLAGS

Member nameDescription
ldfDefault

Default value.

ldfMarkers

Markers do inline coloring of the text of this line.

ldfNoReadLock

No locking was done for this line data.

From textmgr.idl:

Return to top
Show: