Share via


IClientComponents Client COM Automation Interface

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

IClientComponents is an interface, in Configuration Manager, that defines a collection of IClientComponent Client COM Automation Interface objects.

Methods and Properties

Name Description

IClientComponents::Item Method

Accesses a specific IClientComponent object by index in the collection.

IClientComponents::Count Property

Defines the number of IClientComponent objects in the collection.

IClientComponents::_NewEnum Method

Enumerates through the IClientComponent objects in the collection.

Remarks

The ProgID for the automation object is CPApplet.ClientComponents, and it is implemented as part of CPApplet.dll. The Visual Basic reference for early binding is CPApplet 1.0 Type Library. The early binding object name is ClientComponents.

The GUID for IClientComponents is 7CD0B2FF-4E28-4D87-BA53-0BC76EC36500.

Requirements

CPApplet.DLL

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

CPApplet Client COM Automation Classes