__tagVSCOLORDATA Enumeration
Visual Studio 2015
Specifies a type of color value: foreground, background, or line color.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| CD_BACKGROUND | Specifies the background color. | |
| CD_FOREGROUND | Specifies the foreground color. | |
| CD_LINECOLOR | Specifies the line color (used when the IVsHiColorItem interface is implemented on the IVsPackageDefinedTextMarkerType interface). |
This enumeration is used by the GetColorData method in the IVsHiColorItem interface to specify which color element to return. See the IVsHiColorItem interface for an example of how this enumeration is used.
Show: