uiaAndOrCondition 结构 (uiautomationcoreapi.h)

注意 此结构已弃用。
 
包含有关复杂条件的信息。

语法

struct UiaAndOrCondition {
  ConditionType ConditionType;
  UiaCondition  **ppConditions;
  struct        UiaCondition;
  int           cConditions;
};

成员

ConditionType

类型: ConditionType

一个来自 ConditionType 枚举类型的值,该值指示条件的类型。

ppConditions

类型: UiaCondition**

指向 UiaCondition 结构的指针数组的地址,其中包含有关复杂条件的信息。

UiaCondition

cConditions

类型: int

ppConditions 数组中的元素计数。

要求

   
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
标头 uiautomationcoreapi.h