IVsTextLayerMarker Members

Include Protected Members
Include Inherited Members

The IVsTextLayerMarker type exposes the following members.

Methods

  Name Description
Public method DrawGlyph(IntPtr, array<RECT[]) Draws a glyph in the given DC & RECT.
Public method DrawGlyph Draws a glyph in the widget margin given a display context and bounding rectangle. (Inherited from IVsTextMarker.)
Public method DrawGlyphEx
Public method ExecMarkerCommand(Int32)
Public method ExecMarkerCommand Executes a text marker command against a marker. (Inherited from IVsTextMarker.)
Public method GetBehavior(UInt32%) Returns marker behavior.
Public method GetBehavior Returns a text marker behavior set by the SetBehavior method. (Inherited from IVsTextMarker.)
Public method GetCurrentSpan Returns the current span position.
Public method GetMarkerCommandInfo(Int32, array<String[], array<UInt32[])
Public method GetMarkerCommandInfo Returns text marker command information. (Inherited from IVsTextMarker.)
Public method GetPriorityIndex(Int32%) Returns the priority index.
Public method GetPriorityIndex Returns the text marker priority index, with the highest value getting the topmost placement. (Inherited from IVsTextMarker.)
Public method GetTextLayer
Public method GetTipText(array<String[]) Returns tool tip text.
Public method GetTipText Returns the text to display in a tip for the marker type. (Inherited from IVsTextMarker.)
Public method GetType(Int32%) Returns marker type.
Public method GetType Returns a text marker type. (Inherited from IVsTextMarker.)
Public method GetVisualStyle(UInt32%) Returns the visual style of a marker.
Public method GetVisualStyle Returns the visual style of a marker type. (Inherited from IVsTextMarker.)
Public method Invalidate() Prevents a marker from appearing in the UI.
Public method Invalidate Prevents a text marker from appearing in the user interface. (Inherited from IVsTextMarker.)
Public method IsInvalidated
Public method QueryClientInterface Lets the caller knowwhether the marker was invalidated
Public method ResetSpan Resets marker position.
Public method SetBehavior(UInt32)
Public method SetBehavior Sets the behavior of a text marker. (Inherited from IVsTextMarker.)
Public method SetType(Int32)
Public method SetType Sets a text marker type. (Inherited from IVsTextMarker.)
Public method SetVisualStyle(UInt32)
Public method SetVisualStyle Sets the visual style of a marker type. (Inherited from IVsTextMarker.)
Public method UnadviseClient() Unadvise the client, if any.
Public method UnadviseClient Unadvises the client, if there is one. (Inherited from IVsTextMarker.)

Top

See Also

Reference

IVsTextLayerMarker Interface

Microsoft.VisualStudio.TextManager.Interop Namespace