:: com :: sun :: star :: ucb ::

interface XPropertySetRegistryFactory
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XPropertySetRegistryFactory
Description
A factory for propertyset registries.

Methods' Summary
createPropertySetRegistry creates a propertyset registry.
Methods' Details
createPropertySetRegistry
XPropertySetRegistry
createPropertySetRegistry(
 
[in] string
 
URL );

Description
creates a propertyset registry.
Parameter URL
The identifier of the registry to create ( e.g. file-URL ). The value can be an empty string.
Returns
The registry.
Top of Page