Microsoft DirectX 8.1 (C++)

Programs.ItemsWithMetaPropertyCond

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The ItemsWithMetaPropertyCond property retrieves a Programs collection of Program objects each of which has an associated MetaProperty object meeting a specified condition.

Syntax

objPrograms.ItemsWithMetaPropertyCond(
  propertycondition  As Object) As Programs

Parameters

propertycondition

[in]  Specifies the MetaPropertyCondition object that defines the condition.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

This property returns a Programs object.

See Also