FDO API Reference Feature Data Objects
template<class OBJ, class EXC>
virtual OBJ* FdoNamedCollection< OBJ, EXC >::FindItem ( const wchar_t *  name  )  const [inline, virtual]

Finds the item in the collection with the specified name.

Parameters:
name Input item name
Returns:
Returns the item in the collection with the specified name. Returns NULL if the item was not found.

Definition at line 96 of file NamedCollection.h.

Referenced by FdoNamedCollection< FdoDictionaryElement, FdoException >::Contains(), and FdoNamedCollection< FdoDictionaryElement, FdoException >::GetItem().


Comments or suggestions? Send us feedback.