Microsoft DirectX 8.1 (C++) |
A Guide Store repository contains many MetaPropertyType objects that can be used by an application. Some of these are of standard types; others are defined by the implementation.
The procedure to access a standard MetaPropertyType object is as follows.
The last step is equivalent to retrieving the MetaPropertySet object called "Categories" by using MetaPropertySets.Item, then retrieving the associated MetaPropertyTypes collection by using MetaPropertySet.MetaPropertyTypes, and finally calling MetaPropertyTypes.ItemWithName to retrieve the MetaPropertyType object named "Action".
After you have retrieved a MetaPropertyType object, you can retrieve all MetaProperty objects of that type from a collection by using MetaProperties.ItemsWithMetaPropertyType.