AllColorableItemInfo Structure

 

Use to specify all the attributes of Display Items to the Visual Studio environment.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public struct AllColorableItemInfo

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldbAutoBackgroundValid

Indicates whether crAutoBackground contains a valid color value.

System_CAPS_pubfieldbAutoForegroundValid

Indicates whether crAutoForeground contains a valid color value.

System_CAPS_pubfieldbDescriptionValid

Indicates the bstrDescription contains a valid description string

System_CAPS_pubfieldbFlagsValid

Indicates whether fFlags contains valid font flags from __FCITEMFLAGS.

System_CAPS_pubfieldbLineStyleValid

Indicates whether eLineStyle contains a valid line style.

System_CAPS_pubfieldbLocalizedNameValid

Indicates whether bstrLocalizedName contains a valid localized name string.

System_CAPS_pubfieldbMarkerVisualStyleValid

Indicates whether dwMarkerVisualStyle contains a valid marker style.

System_CAPS_pubfieldbNameValid

Indicates whether bstrName contains a valid (non-localized) name string.

System_CAPS_pubfieldbstrDescription

String that contains a brief description of the item displayed as a ToolTip. (This feature is currently disabled).

System_CAPS_pubfieldbstrLocalizedName

String that contains the localized name of the item displayed to the user.

System_CAPS_pubfieldbstrName

String that contains the non-localized name of the item used internally by the VSPackage to compare and merge.

System_CAPS_pubfieldcrAutoBackground

Specifies the automatic background color for an item.

System_CAPS_pubfieldcrAutoForeground

Specifies the automatic foreground color for an item.

System_CAPS_pubfielddwMarkerVisualStyle

Specifies the visual style of the marker

System_CAPS_pubfieldeLineStyle

Specifies the line style for marker items.

System_CAPS_pubfieldfFlags

Specifies attributes of an item.

System_CAPS_pubfieldInfo

Specifies the foreground color, background color, and font flags from the ColorableItemInfo structure.

Stored information returned in a AllColorableItemInfo structure may beinvalid because the IDE (integrated development environment) does not always store settings unmodified by an end-user's use of the Font and Color property page in the registry.

An instance of the AllColorableItemInfo structure can contain any of the color representations enumerated in __VSCOLORTYPE.

Use the member methods of the IVsFontAndColorUtilities class to examine and manipulate color and font information in an instance of AllColorableItemInfo.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: