IGPMCSECollection interface (gpmgmt.h)

The IGPMCSECollection interface contains methods that enable applications to query a collection of client-side extensions (CSEs) when you use the Group Policy Management Console (GPMC) interfaces. To create a GPMCSECollection object, call the IGPM::GetClientSideExtensions method.

Inheritance

The IGPMCSECollection interface inherits from the IDispatch interface. IGPMCSECollection also has these types of members:

Methods

The IGPMCSECollection interface has these methods.

 
IGPMCSECollection::get__NewEnum

Retrieves an enumerator for the collection. (IGPMCSECollection.get__NewEnum)
IGPMCSECollection::get_Count

Returns the number of client side extensions (CSEs) in the collection.
IGPMCSECollection::get_Item

Given an index, returns a client-side extension from the collection.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header gpmgmt.h

See also

IDispatch

IGPM

IGPMClientSideExtension