| FDO API Reference | Feature Data Objects |
#include <PropertyDefinitionCollection.h>
Inherits FdoSchemaCollection< FdoPropertyDefinition >.
Inheritance diagram for FdoPropertyDefinitionCollection:

Definition at line 32 of file PropertyDefinitionCollection.h.
Public Member Functions | |
| virtual FDO_API void | Remove (const FdoSchemaElement *value) |
| Removes the specified item from the collection. Throws an invalid argument exception if the item does not exist within the collection. | |
| virtual FDO_API void | RemoveAt (FdoInt32 index) |
| Removes the specified item from the collection. Throws an invalid argument exception if the item does not exist within the collection. | |
Static Public Member Functions | |
| static FDO_API FdoPropertyDefinitionCollection * | Create (FdoSchemaElement *parent) |
| Constructs an instance of an FdoPropertyDefinitionCollection using the specified argument. | |
Friends | |
| class | FdoClassDefinition |
| Comments or suggestions? Send us feedback. |