Udostępnij za pośrednictwem


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
'Usage
Dim instance As LINEDATA 
Dim value As Integer 

value = instance.fMarkers 

instance.fMarkers = value
public int fMarkers
public:
int fMarkers
public var fMarkers : int

Remarks

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

LINEDATA Structure

LINEDATA Members

Microsoft.VisualStudio.TextManager.Interop Namespace