Bitmaps Element
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Bitmaps Element.
Groups Bitmap Element elements.
<Bitmaps> <Bitmap>... </Bitmap> <Bitmap>... </Bitmap> </Bitmaps>
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
| Condition | Optional. See Conditional Attributes. |
Child Elements
| Element | Description |
|---|---|
| Bitmaps Element | Groups Bitmap elements. |
| Bitmap Element | Defines a bitmap. |
Parent Elements
| Element | Description |
|---|---|
| Commands Element | Represents the collection of commands on the VSPackage toolbar. |
<Bitmaps>
<Bitmap guid="guidWidgetIcons" href="WidgetToolbarIcons_32.bmp" />
<Bitmap guid="guidWidgetIcons2" resID="IDBMP_WIDGETICONS"
usedList="1, 2, 3, 4"/>
</Bitmaps>
How VSPackages Add User Interface Elements
Commands, Menus, and Toolbars
Show: