__VSCOLORASPECT 枚举

指示与 Visual Studio 字体和颜色 服务一起使用的颜色是否是前景或背景色。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
Public Enumeration __VSCOLORASPECT
public enum __VSCOLORASPECT

成员

成员名称 说明
CA_FOREGROUND 表示颜色值表示前景色。
CA_BACKGROUND 表示颜色值表示背景色。

备注

此机制用于 IVsFontAndColorUtilities 接口:它将传递到 EncodeTrackedItem 方法,并从 GetTrackedItemIndex 方法返回。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间