Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IMetaProperty interface manages an individual MetaProperty object.
In addition to the methods inherited from IDispatch, the IMetaProperty interface exposes the following methods.
Method | Description |
get_Cond | Retrieves a MetaPropertyCondition object that can later be used to compare this MetaProperty object to MetaProperty objects in a collection. |
get_GuideDataProvider | Retrieves the GuideDataProvider object associated with this object. |
get_Language | Retrieves the language of this MetaProperty object. |
get_MetaPropertyType | Retrieves the MetaPropertyType object associated with this object. |
get_Value | Retrieves the value of the property. |
put_Value | Specifies the value of the property. |
putref_Value | Specifies a reference to an object as the value of the property. |
Remarks
The IID of this interface is IID_IMetaProperty.