| Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
A MetaProperties object contains an ordered collection of MetaProperty objects.
This object exposes the following properties and methods.
| Property | Description |
| AddNew | Adds an object to the collection. |
| Count | Retrieves the number of MetaProperty objects in the MetaProperties collection. |
| Item | Retrieves a MetaProperty object matching a specified index. |
| ItemsWithMetaPropertyType | Retrieves a collection of objects associated with a specified MetaPropertyType object. |
| ItemWith | Retrieves a MetaProperty object matching a specified MetaPropertyType object and language. |
| ItemWithTypeProviderLang | Retrieves a MetaProperty object that matches the specified MetaPropertyType, GuideDataProvider, and language. |
| Method | Description |
| Add | Adds a new MetaProperty object to the MetaProperties collection. |