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