#include <ProviderCollection.h>
Inherits FdoIDisposable.
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 |
Definition at line 36 of file ProviderCollection.h.