__tagVSCOLORDATA Enumeration

 

Specifies a type of color value: foreground, background, or line color.

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

public enum __tagVSCOLORDATA

Member nameDescription
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.

Return to top
Show: