Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IMetaPropertyType interface manages a MetaPropertyType object.
There are no methods on this interface for changing the object. New MetaPropertyType objects are added by using the IMetaPropertyTypes interface of a MetaPropertyTypes object.
In addition to the methods inherited from IDispatch, the IMetaPropertyType interface exposes the following methods.
Method | Description |
get_Cond | Retrieves a pointer to the IMetaPropertyCondition interface of a MetaPropertyCondition object. |
get_ID | Retrieves the unique identifier of the MetaPropertyTypes object to which this MetaPropertyType object belongs. |
get_MetaPropertySet | Retrieves the MetaPropertySet object associated with the MetaPropertyTypes object that contains this MetaPropertyType object. |
get_Name | Retrieves the name of the MetaPropertyType object. |
get_New | Creates a new MetaProperty object of this type. |
Remarks
The IID of this interface is IID_IMetaPropertyType.