LINEDATA.fMarkers Field
If true, then syntax coloring related to the presence of markers is considered in the coloring information provided in the pAttributes parameter. If nulla null reference (Nothing in Visual Basic), then the marker data does not affect the syntax coloring returned.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public fMarkers As Integer
public int fMarkers
public:
int fMarkers
val mutable fMarkers: int
public var fMarkers : int
Remarks
COM Signature
From textmgr.idl:
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.