MARKERBEHAVIORFLAGS2 Enumeration

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

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

Remarks

COM Signature

From textmgr2.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace