__VSCOLORASPECT Enum

Definition

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

C++/CX
public enum class __VSCOLORASPECT
Inheritance
__VSCOLORASPECT

Fields

Name Value Description
CA_FOREGROUND 0

Indicates that a color value represents a foreground color.

CA_BACKGROUND 1

Indicates that a color value represents a background 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

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022