Sdílet prostřednictvím


ColorableItemInfo.crForeground – pole

 

DWORD určení barvy popředí.

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 crForeground
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.COLORREF")]
unsigned int crForeground
[<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.COLORREF")>]
val mutable crForeground : uint32
<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.COLORREF")>
Public crForeground As UInteger

Hodnota pole

Type: System.UInt32

Poznámky

Podpis COM

Z vsshell.idl:

COLORREF crForeground;

Hodnoty crForeground 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