| FDO API Reference | Feature Data Objects |
#include <ProviderCollection.h>
Inherits FdoIDisposable.
Inheritance diagram for FdoProviderCollection:

Definition at line 36 of file ProviderCollection.h.
Public Member Functions | |
| virtual FDO_API bool | Contains (const wchar_t *name) const |
| Determines if the collection contains the specified item. | |
| virtual FDO_API int | GetCount () const |
| Gets the number of items in the collection. | |
| virtual FDO_API FdoProvider *const | GetItem (int index) const |
| Gets the Provider item in the collection at the specified index. | |
| virtual FDO_API int | IndexOf (const wchar_t *name) const |
| Returns the index of the specified item in the collection. | |
Friends | |
| class | FdoProviderRegistry |
| Comments or suggestions? Send us feedback. |