Campo ColorableItemInfo.bBackgroundValid
Publicado: abril de 2016
Valor booleano que indica a cor de plano de fundo é válido.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")]
public int bBackgroundValid
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")]
int bBackgroundValid
[<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable bBackgroundValid : int
<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>
Public bBackgroundValid As Integer
Valor de Campo
Type: System.Int32
Comentários
COM assinatura
De vsshell.idl:
BOOL bBackgroundValid;
Consulte também
Estrutura ColorableItemInfo
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo