:: com :: sun :: star :: container ::

interface XUniqueIDAccess
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XUniqueIDAccess
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
makes it possible to access contents via a unique ID.

Methods' Summary
getByUniqueID  
removeByUniqueID removes the element with the specified unique ID from this container.  
Methods' Details
getByUniqueID
any
getByUniqueID( [in] string  ID )
raises( ::com::sun::star::container::NoSuchElementException );

Returns
the element with the specified unique ID.
removeByUniqueID
void
removeByUniqueID( [in] string  ID )
raises( ::com::sun::star::container::NoSuchElementException );

Description
removes the element with the specified unique ID from this container.
Top of Page