IVsPackageDefinedTextMarkerType Methods

 

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

NameDescription
System_CAPS_pubmethodDrawGlyphWithColors(IntPtr, array<RECT>^, Int32, IVsTextMarkerColorSet^, UInt32, Int32)

Draws a glyph in the given display context and bounding rectangle using the provided colors.

System_CAPS_pubmethodGetBehaviorFlags(UInt32)

Controls how the marker tracks text when edits occur.

System_CAPS_pubmethodGetDefaultColors(array<COLORINDEX>^, array<COLORINDEX>^)

Returns the default foreground and background colors for a marker.

System_CAPS_pubmethodGetDefaultFontFlags(UInt32)

Specifies additional modifications to text appearance determined by the marker.

System_CAPS_pubmethodGetDefaultLineStyle(array<COLORINDEX>^, array<LINESTYLE>^)

Returns the default line attributes for a custom marker type.

System_CAPS_pubmethodGetPriorityIndex(Int32)

Returns the priority index for the custom marker type, with the highest priority value receiving the topmost placement.

System_CAPS_pubmethodGetVisualStyle(UInt32)

Returns the appearance, location, and coloring of a custom marker type as a bit filed.

Return to top
Show: