Microsoft DirectX 8.1 (C++)

IMetaPropertySets Interface

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The IMetaPropertySets interface manages a MetaPropertySets collection of MetaPropertySet objects.

In addition to the methods inherited from IDispatch, the IMetaPropertySets interface exposes the following methods.

Method Description
get_AddNew Retrieves or adds a MetaPropertySet object.
get_Count Retrieves the number of objects in the collection.
get_Item Retrieves a specified object from the collection.
get_ItemWithName Retrieves an object by name.
get_Lookup Retrieves a MetaPropertyType object by name from the specified MetaPropertySet collection.

Remarks

The IID of this interface is IID_IMetaPropertySets.