UiaPropertyCondition 構造体 (uiautomationcoreapi.h)
メモ この構造は非推奨です。
構文
struct UiaPropertyCondition {
ConditionType ConditionType;
PROPERTYID PropertyId;
VARIANT Value;
PropertyConditionFlags Flags;
};
メンバー
ConditionType
種類: ConditionType
条件の種類を示す値。
PropertyId
型: PROPERTYID
一致するプロパティの識別子。 プロパティ ID の一覧については、「 プロパティ識別子」を参照してください。
Value
型: VARIANT
プロパティに必要な値。
Flags
条件の適用方法を示す値。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | uiautomationcoreapi.h |