__VSCOLORASPECT Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.