IPortableDeviceValuesCollection interface (portabledevicetypes.h)

Holds a collection of indexed IPortableDeviceValues interfaces. This interface can be retrieved from a method, or if a new object is required, call CoCreate with CLSID_PortableDeviceValuesCollection.

Inheritance

The IPortableDeviceValuesCollection interface inherits from the IUnknown interface. IPortableDeviceValuesCollection also has these types of members:

Methods

The IPortableDeviceValuesCollection interface has these methods.

 
IPortableDeviceValuesCollection::Add

Learn how the Add method adds an item to the collection.
IPortableDeviceValuesCollection::Clear

Releases all items from the collection.
IPortableDeviceValuesCollection::GetAt

Learn how this method retrieves an item from the collection by a zero-based index.
IPortableDeviceValuesCollection::GetCount

Learn how this method retrieves the number of items in the collection.

Requirements

Requirement Value
Target Platform Windows
Header portabledevicetypes.h

See also

Collection Interfaces