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.
Provides additional members for the MARKERBEHAVIORFLAGS enumeration.
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.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration MARKERBEHAVIORFLAGS2
[FlagsAttribute]
public enum MARKERBEHAVIORFLAGS2
[FlagsAttribute]
public enum class MARKERBEHAVIORFLAGS2
[<FlagsAttribute>]
type MARKERBEHAVIORFLAGS2
public enum MARKERBEHAVIORFLAGS2
Members
Member name | Description | |
---|---|---|
MB_DONT_DELETE_IF_ZEROLEN | ||
MB_INHERIT_FOREGROUND | The marker leaves the foreground color unchanged, inheriting from whatever is "behind" it. | |
MB_INHERIT_BACKGROUND | The marker leaves the background color unchanged inherits from whatever is "behind" it. | |
MB_VIEW_SPECIFIC | The marker appears only in specific views. |
Remarks
COM Signature
From textmgr2.idl: