MapLocalSpanFlags Enumeration
Specifies mapping conditions for local spans.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration MapLocalSpanFlags
[FlagsAttribute]
public enum MapLocalSpanFlags
[FlagsAttribute]
public enum class MapLocalSpanFlags
[<FlagsAttribute>]
type MapLocalSpanFlags
public enum MapLocalSpanFlags
Members
Member name | Description | |
---|---|---|
MLS_INCLUDE_USER_EXPANDABLE | Omit concealed text but include collapsed text (collapsible text that is in the collapsed state). | |
MLS_NEVER_COMBINE_SPANS | Keep adjacent spans from being combined into a single underlying span. | |
MLS_VISIBLE_ONLY | Omit concealed and collapsed text. | |
mlsIncludeUserExpandable | Replaced by MSL_INCLUDE_USER_EXPANDABLE. | |
mlsNeverCombineSpans | Replaced by MSL_NEVER_COMBINE_SPANS. | |
mlsVisibleOnly | Replaced by MSL_VISIBLE_ONLY. |
Remarks
COM Signature
From textmgr.idl: