MARKERDATA Structure

Specifies directional options for locating markers.

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

Syntax

'Declaration
Public Structure MARKERDATA
'Usage
Dim instance As MARKERDATA
public struct MARKERDATA
public value class MARKERDATA
JScript supports the use of structures, but not the declaration of new ones.

Remarks

This structure is used to pass information about markers that involve lines in a given range. The array is always sorted by marker priority from lowest to highest. For more information about marker priority, see MARKERTYPE.

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

MARKERDATA Members

Microsoft.VisualStudio.TextManager.Interop Namespace