PropertyConditionFlags 列挙 (uiautomationcoreapi.h)
プロパティ条件の作成に使用される値が含まれます。
構文
typedef enum PropertyConditionFlags {
PropertyConditionFlags_None = 0x00,
PropertyConditionFlags_IgnoreCase = 0x01,
PropertyConditionFlags_MatchSubstring = 0x02
} ;
定数
PropertyConditionFlags_None 値: 0x00 フラグなし。 |
PropertyConditionFlags_IgnoreCase 値: 0x01 文字列プロパティの比較では、大文字と小文字は区別されません。 |
PropertyConditionFlags_MatchSubstring 値: 0x02 [Windows 10 2018 年 10 月の更新プログラム (バージョン 1809) 以降] 部分文字列プロパティの比較が有効になっています。 |
要件
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | uiautomationcoreapi.h (UIAutomation.h、Uiautomationcoreapi.h を含む) |