Edit

Share via


IGPMMapEntryCollection interface (gpmgmt.h)

The IGPMMapEntryCollection interface enables applications to access map entry objects.

Inheritance

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

Methods

The IGPMMapEntryCollection interface has these methods.

 
IGPMMapEntryCollection::get__NewEnum

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

Returns the number of map entries in the collection.
IGPMMapEntryCollection::get_Item

Given an index, returns a map entry 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