LINEDATA.pAttributes Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: