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

'Déclaration
<FlagsAttribute> _
Public Enumeration MapLocalSpanFlags
'Utilisation
Dim instance As 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:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace