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

interface XPropertySetRegistryFactory

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

Description
creates a property set 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