Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
A MetaPropertySets object contains a collection of MetaPropertySet objects.
A MetaPropertySets object has properties for enumerating the MetaPropertySet objects, and for finding a specific MetaPropertySet object by specifying its IID. It also provides a property for creating new MetaPropertySet objects.
This object exposes the following properties.
Property | Description |
AddNew | Retrieves or adds a MetaPropertySet object. |
Count | Retrieves the number of MetaPropertySet objects. |
Item | Retrieves a MetaPropertySet object by index. |
ItemWithName | Retrieves a MetaPropertySet object using the object's name. |
Lookup | Retrieves a MetaPropertyType object by name from the specified MetaPropertySet collection. |