AllColorableItemInfo.bAutoBackgroundValid 字段

指示 crAutoBackground 是否包含有效颜色值。

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

语法

声明
Public bAutoBackgroundValid As Integer
public int bAutoBackgroundValid

备注

,当 AllColorableItemInfo 包含有效的背景颜色时,此成员值不为零。

COM 签名

从 vsshell.idl:

typedef struct _AllColorableItemInfo
{
    ColorableItemInfo Info;
    BSTR              bstrName;
    BSTR              bstrLocalizedName;
    COLORREF          crAutoForeground;
    COLORREF          crAutoBackground;
    DWORD             dwMarkerVisualStyle;
    LINESTYLE         eLineStyle;
    FCITEMFLAGS       fFlags;
    BSTR              bstrDescription;
    BOOL              bNameValid;
    BOOL              bLocalizedNameValid;
    BOOL              bAutoForegroundValid;
    BOOL              bAutoBackgroundValid;
    BOOL              bMarkerVisualStyleValid;
    BOOL              bLineStyleValid;
    BOOL              bFlagsValid;
    BOOL              bDescriptionValid;
} AllColorableItemInfo;

.NET Framework 安全性

请参见

参考

AllColorableItemInfo 结构

Microsoft.VisualStudio.Shell.Interop 命名空间