MARKERDATA Structure

 

Specifies directional options for locating markers.

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

public struct MARKERDATA

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldiBottomLine

Bottom line of the range.

System_CAPS_pubfieldiCount

Number of markers contained in the range.

System_CAPS_pubfieldiTopLine

Top line of the range.

System_CAPS_pubfieldpLayer

The layer originating this information.

System_CAPS_pubfieldpNext

Pointer to the next MARKERDATA structure.

System_CAPS_pubfieldrgfLineMarked

Used by GetLineData for optimization.

System_CAPS_pubfieldrgpMarker

Marker instance. Pointer to the IVsTextLayerMarker interface.

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.

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

Return to top
Show: