FDO API Reference Feature Data Objects

template<class BASEOBJ, class SUBOBJ, class BASECOLLECTION>
virtual SUBOBJ* FdoRestrictedNamedCollection< BASEOBJ, SUBOBJ, BASECOLLECTION >::GetItem const wchar_t *  name  )  const [inline, virtual]
 

Gets an item by name. Throws an invalid argument exception if the item is not in this collection.

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

Definition at line 88 of file RestrictedNamedCollection.h.

References FdoRestrictedNamedCollection< BASEOBJ, SUBOBJ, BASECOLLECTION >::DownCast().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.