LINEDATAEX.pAttributes Field

Definition

An array of ULONG containing a list of syntax coloring attributes for each character in the line. Syntax coloring for a line is affected by the markers present in the line and keyword coloring.

public: IntPtr pAttributes;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")]
[System.Runtime.InteropServices.ComConversionLoss]
public IntPtr pAttributes;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")>]
[<System.Runtime.InteropServices.ComConversionLoss>]
val mutable pAttributes : nativeint
Public pAttributes As IntPtr 

Field Value

IntPtr

nativeint

Attributes

Remarks

COM Signature

From textmgr.idl:

Applies to