__VSCOLORASPECT Enumeration
Visual Studio 2015
Indicates if a color used in conjunction with the Visual Studio Font and Color service is a foreground or background color.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| CA_BACKGROUND | Indicates that a color value represents a background color. | |
| CA_FOREGROUND | Indicates that a color value represents a foreground color. |
This structure is used in the IVsFontAndColorUtilities interface: it is passed in to the EncodeTrackedItem method and it is returned from the GetTrackedItemIndex method.
Show: