IVsTextMarkerColorSet Interface
Visual Studio 2015
Allows a marker type to determine whether other marker types share the same color set.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetMarkerColors(Int32, UInt32, UInt32) | Determines the color set associated with a particular marker type. |
Information from GetMarkerColors is used in DrawGlyphWithColorsto allow a marker type to determine whether another marker type is using the same color set.
Notes to Callers:
Call to determine the foreground and background color for a marker type.
Show:
