Share via


ConditionType 列挙 (uiautomationcoreapi.h)

UiaCondition の種類を指定する値を格納します。

構文

typedef enum ConditionType {
  ConditionType_True = 0,
  ConditionType_False = 1,
  ConditionType_Property = 2,
  ConditionType_And = 3,
  ConditionType_Or = 4,
  ConditionType_Not = 5
} ;

定数

 
ConditionType_True
値: 0
true の条件。
ConditionType_False
値: 1
false の条件。
ConditionType_Property
値: 2
プロパティの条件。
ConditionType_And
値: 3
含まれるすべての条件が true である必要がある複雑な条件。
ConditionType_Or
値: 4
含まれる条件の少なくとも 1 つが true である必要がある複雑な条件。
ConditionType_Not
値: 5
指定した条件が満たされない場合に true の条件。

要件

要件
サポートされている最小のクライアント Windows XP (デスクトップ アプリのみ)
サポートされている最小のサーバー Windows Server 2003 (デスクトップ アプリのみ)
Header uiautomationcoreapi.h (UIAutomation.h を含む)