Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_VISIBLE_ONLY | Omit concealed and collapsed text. | |
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. | |
mlsVisibleOnly | Replaced by MSL_VISIBLE_ONLY. | |
mlsIncludeUserExpandable | Replaced by MSL_INCLUDE_USER_EXPANDABLE. | |
mlsNeverCombineSpans | Replaced by MSL_NEVER_COMBINE_SPANS. |
Remarks
COM Signature
From textmgr.idl: