mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-07-03 22:42:45 +08:00
移除无效文件
This commit is contained in:
parent
05e5223ef3
commit
04da4a4a55
@ -1,9 +0,0 @@
|
||||
// 如果指定了过滤条件,创建一个组合条件
|
||||
if (!string.IsNullOrEmpty(filter))
|
||||
{
|
||||
searchCondition = new OrCondition(
|
||||
new PropertyCondition(AutomationElement.NameProperty, filter, PropertyConditionFlags.IgnoreCase),
|
||||
new PropertyCondition(AutomationElement.ClassNameProperty, filter, PropertyConditionFlags.IgnoreCase),
|
||||
new PropertyCondition(AutomationElement.AutomationIdProperty, filter, PropertyConditionFlags.IgnoreCase)
|
||||
);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user