FDO API Reference Feature Data Objects

FdoProviderCollection Class Reference

#include <ProviderCollection.h>

Inherits FdoIDisposable.

Inheritance diagram for FdoProviderCollection:

Inheritance graph
[legend]
List of all members.

Detailed Description

Read only collection of information describing each of the installed feature providers.

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.

Protected Member Functions

virtual void Add (FdoProvider *provider)
virtual void Dispose ()
 Dispose this object.
 FdoProviderCollection ()
 Constructs a default instance of a FdoProviderCollection.
virtual void Remove (const wchar_t *name)
virtual ~FdoProviderCollection ()
 Default destructor for FdoProviderCollection.

Friends

class FdoProviderRegistry

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.