AllColorableItemInfo Fields

 

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

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.

Return to top
Show: