LINEDATA Structure

Used to pass direct-access to line data in a buffer through IVsTextLines. This structure returns all of the information for a single line.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
Public Structure LINEDATA
'Utilisation
Dim instance As LINEDATA
public struct LINEDATA
public value class LINEDATA
[<SealedAttribute>]
type LINEDATA =  struct end
JScript supports the use of structures, but not the declaration of new ones.

Remarks

The fMarkers parameter allows you to determine the syntax coloring for the line of text without considering the syntax coloring due to the markers present in the line of text.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LINEDATA Members

Microsoft.VisualStudio.TextManager.Interop Namespace