__VSCOLORASPECT Enum

Definition

Indicates if a color used in conjunction with the Visual Studio Font and Color service is a foreground or background color.

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

Fields

CA_BACKGROUND 1

Indicates that a color value represents a background color.

CA_FOREGROUND 0

Indicates that a color value represents a foreground color.

Remarks

This structure is used in the IVsFontAndColorUtilities interface: it is passed in to the EncodeTrackedItem method and it is returned from the GetTrackedItemIndex method.

Applies to