Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The ICAComponents object represents a collection of components. A client can use this object to enumerate the objects in the collection.
Note
The ICAComponents object does not have Add or Remove methods. To add or remove components, use the IComponents collection object. Also, because the set of components does not change during the lifetime of the request, this object does not fire any events.
Property | Description |
Count | Retrieves the number of components in the collection. |
Item | Retrieves a component from the collection. |