FDO API Reference Feature Data Objects
template<class OBJ, class BASE, class EXC>
virtual FDO_API OBJ* FdoReadOnlyCollection< OBJ, BASE, EXC >::GetItem ( FdoString name  )  [inline, virtual]

Gets the item in the collection with the specified name. Throws an invalid argument exception if an item with the specified name does not exist in the collection.

Parameters:
name Input name to find
Returns:
Returns the item in the collection with the specified name

Reimplemented in FdoReadOnlyDataPropertyDefinitionCollection, and FdoReadOnlyPropertyDefinitionCollection.

Definition at line 89 of file ReadOnlyCollection.h.


Comments or suggestions? Send us feedback.