Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IMetaPropertyCondition interface manages a MetaPropertyCondition object. A MetaPropertyCondition object is used to compare a MetaProperty object with objects in a collection.
In addition to the methods inherited from IDispatch, the IMetaPropertyCondition interface exposes the following methods.
Method | Description |
get_And | Creates and retrieves a new MetaPropertyCondition object that performs an AND operation on the test results of two other MetaPropertyCondition objects. |
get_Or | Creates and retrieves a new MetaPropertyCondition object that performs an OR operation on the test results of two other MetaPropertyCondition objects. |
Remarks
The IID of this interface is IID_IMetaPropertyCondition.
See Also