template<class OBJ , class EXC >
Sets the item in the collection at the specified index to the specified value. Throws an invalid argument exception if the index is out of range.
Reimplemented from FdoCollection< OBJ, EXC >. Reimplemented in FdoPhysicalElementMappingCollection< OBJ >, FdoSchemaCollection< OBJ >, FdoPhysicalElementMappingCollection< FdoXmlClassMapping >, FdoPhysicalElementMappingCollection< FdoXmlElementMapping >, FdoSchemaCollection< FdoClassDefinition >, FdoSchemaCollection< FdoFeatureSchema >, FdoSchemaCollection< FdoFeatureClass >, FdoSchemaCollection< FdoPropertyDefinition >, and FdoSchemaCollection< FdoDataPropertyDefinition >. Definition at line 162 of file NamedCollection.h. Referenced by FdoNamedCollection< FdoDictionaryElement, FdoException >::SetItem().
|