UiaFindParams 结构 (uiautomationcoreapi.h)
注意 此结构已弃用。
语法
struct UiaFindParams {
int MaxDepth;
BOOL FindFirst;
BOOL ExcludeRoot;
struct UiaCondition *pFindCondition;
};
成员
MaxDepth
类型: int
要搜索树中匹配元素的最大深度。
FindFirst
类型: BOOL
如果为 TRUE ,则仅返回第一个匹配元素;返回所有匹配元素 的 FALSE 。
ExcludeRoot
类型: BOOL
如果为 TRUE ,则排除根元素;否则 为 FALSE。
pFindCondition
类型: UiaCondition*
指向 UiaCondition 结构的指针,该结构包含有关返回的元素必须匹配的条件的信息。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
标头 | uiautomationcoreapi.h |