iconReference Element (Library Schema)
The <iconReference> element specifies a custom icon for this library. This element is optional and has no attributes or child elements.
Syntax
<!-- iconReference -->
<xs:element name="iconReference" type="xs:string" minOccurs="0"/>
Element Information
Parent Element | Child Elements |
---|---|
libraryDescription Element (Library Schema) |
Remarks
The icon reference must be specified in a form suitable for the PathParseIconLocation function. For example: ModuleFileName,IconResourceIndex
.
Related topics