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

interface XImplicitIDReplace
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XImplicitIDReplace
Description
makes it possible to replace contents in a collection by an implicit (unique) ID:

Methods' Summary
replaceByUniqueID replaces the content which is specified by its implicit (unique) ID with a new content.
Methods' Details
replaceByUniqueID
void
replaceByUniqueID(
 
[in] string
[in] any 

raises(

 
ID,
aNewElement ) 
NoSuchElementException );

Description
replaces the content which is specified by its implicit (unique) ID with a new content.
Top of Page