TYPELIB element
Specifies the type library file (*.tlb) for a particular JavaBean.
Usage
<TYPELIB CLASSID = "guid"/>
Attributes
| Attribute | Type | Required | Description |
|---|---|---|---|
|
CLASSID |
guid |
Yes |
Hexadecimal value that uniquely identifies the type library file associated with a particular JavaBean. For Internet Explorer, this file must be specified in GUID format {hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh}, where "h" is a hexadecimal digit. |
Child elements
There are no child elements.
Parent elements
| Element |
|---|
Examples
This example illustrates how to specify the type library file (*.tlb) for a particular JavaBean by using the type library file unique identifier.
<TYPELIB CLASSID="{01234567-89AB-CDEF-0123-456789ABCDEF}" />
Element information
|
Minimum supported system | Windows XP |
|---|---|
| Can be empty | Yes |
Show: