Microsoft DirectX 8.1 (C++)

ICAComponents Interface

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The ICAComponents interface represents a collection of components. A client can use this interface to enumerate the objects in the collection.

Note   The ICAComponents interface does not have Add or Remove methods. To add or remove components, use the IComponents interface.

The set of components is not expected to change during the lifetime of the request. Therefore, the ICAComponents collection does not support a connection point interface for events.

In addition to the methods inherited from IDispatch, the ICAComponents interface exposes the following methods.

Method Description
get__NewEnum Retrieves an enumerator for the collection.
get_Count Retrieves the number of components in the collection.
get_Item Retrieves a specified component from the collection.