Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XPropertySetRegistryFactory

Base Interface
com::sun::star::uno::XInterface

Description
A factory for propertyset registries.


Known Services which Export this Interface

com::sun::star::ucb::Store creates instances of the service PropertySetRegistry .

Methods' Summary

createPropertySetRegistry creates a propertyset registry.

Methods' Details

createPropertySetRegistry
 
com::sun::star::ucb::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