FDO API Reference Feature Data Objects
template<class OBJ, class EXC>
virtual OBJ* FdoNamedCollection< OBJ, EXC >::GetItem ( FdoInt32  index  )  const [inline, virtual]

Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range.

Parameters:
index Input index
Returns:
Returns the item in the collection at the specified index

Reimplemented from FdoCollection< OBJ, EXC >.

Definition at line 58 of file NamedCollection.h.

Referenced by FdoNamedCollection< FdoDictionaryElement, FdoException >::Contains(), FdoNamedCollection< FdoDictionaryElement, FdoException >::FindItem(), FdoSchemaCollection< FdoDataPropertyDefinition >::RemoveAt(), FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::RemoveAt(), FdoSchemaCollection< FdoDataPropertyDefinition >::SetItem(), and FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::SetItem().


Comments or suggestions? Send us feedback.