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

interface XPropertySetRegistryFactory
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XPropertySetRegistryFactory
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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