__tagVSCOLORDATA Enum

Definition

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

public enum class __tagVSCOLORDATA
public enum class __tagVSCOLORDATA
enum __tagVSCOLORDATA
public enum __tagVSCOLORDATA
type __tagVSCOLORDATA = 
Public Enum __tagVSCOLORDATA
Inheritance
__tagVSCOLORDATA

Fields

CD_BACKGROUND 1

Specifies the background color.

CD_FOREGROUND 0

Specifies the foreground color.

CD_LINECOLOR 2

Specifies the line color (used when the IVsHiColorItem interface is implemented on the IVsPackageDefinedTextMarkerType interface).

Remarks

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.

Applies to