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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。