Campo ColorableItemInfo.crBackground
Publicado: abril de 2016
DWORD, especificando a cor de plano de fundo.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.COLORREF")]
public uint crBackground
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.COLORREF")]
unsigned int crBackground
[<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.COLORREF")>]
val mutable crBackground : uint32
<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.COLORREF")>
Public crBackground As UInteger
Valor de Campo
Type: System.UInt32
Comentários
COM assinatura
De vsshell.idl:
COLORREF crBackground;
Os valores para o crBackground são uma combinação de sinalizadores da __VSCOLORTYPE enumeração e valores literais de RGB.
Consulte também
Estrutura ColorableItemInfo
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo