MapLocalSpanFlags Enumeration
Visual Studio 2015
Specifies mapping conditions for local spans.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| 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. |
From textmgr.idl:
Show: