#include <PropertyValueCollection.h>
Inherits FdoCollection< FdoPropertyValue, FdoCommandException >.
Public Member Functions | |
FDO_API FdoPropertyValue * | FindItem (FdoString *name) |
Finds the item in the collection with the specified name. Returns NULL if an item with the specified name does not exist in the collection. | |
FDO_API FdoPropertyValue * | GetItem (FdoInt32 index) |
Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range. | |
FDO_API FdoPropertyValue * | GetItem (FdoString *name) |
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. | |
Static Public Member Functions | |
static FDO_API FdoPropertyValueCollection * | Create () |
Constructs a default empty instance of an FdoPropertyValueCollection. |
Definition at line 34 of file PropertyValueCollection.h.