Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the automatic background color for an item.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public crAutoBackground As UInteger
'Usage
Dim instance As AllColorableItemInfo
Dim value As UInteger
value = instance.crAutoBackground
instance.crAutoBackground = value
public uint crAutoBackground
public:
unsigned int crAutoBackground
val mutable crAutoBackground: uint32
public var crAutoBackground : uint
Remarks
If .crBackground is COLORREF_AUTO, then this color is used as the background color. This is often a "tracking color value."
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.