Sdílet prostřednictvím


ColorableItemInfo.crBackground – pole

 

DWORD určení barvy pozadí.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

[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

Hodnota pole

Type: System.UInt32

Poznámky

Podpis COM

Z vsshell.idl:

COLORREF crBackground;

Hodnoty crBackground jsou kombinací příznaků z __VSCOLORTYPE výčet a literálové hodnoty RGB.

Viz také

ColorableItemInfo – struktura
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek