Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IMetaProperties interface manages a MetaProperties collection of MetaProperty objects.
In addition to the methods inherited from IDispatch, the IMetaProperties interface exposes the following methods.
Method | Description |
Add | Adds a new MetaProperty object to the MetaProperties collection. |
get_AddNew | Adds an object to the collection. |
get_Count | Retrieves the number of MetaProperty objects in the MetaProperties collection. |
get_Item | Retrieves a MetaProperty object matching a specified index. |
get_ItemsWithMetaPropertyType | Retrieves a collection of MetaProperty objects that match the specified MetaPropertyType. |
get_ItemWith | Retrieves a MetaProperty object matching a specified MetaPropertyType object and language. |
get_ItemWithTypeProviderLang | Retrieves a MetaProperty object that matches the specified MetaPropertyType, GuideDataProvider, and language. |
Remarks
The IID of this interface is IID_IMetaProperties.