gpt4 book ai didi

c# - AutomationElement 获取真实类型

转载 作者:太空宇宙 更新时间:2023-11-03 13:55:11 27 4
gpt4 key购买 nike

如何获取 AutomationElement 的真实 Type(例如 TextEdit 等)? GetType() 返回 System.Windows.Automation.AutomationElement

最佳答案

您可以通过 AutomationElement.Current.ControlType 属性获取自动化元素的类型。

ControlType controlType = AutomationElement.Current.ControlType;

有关详细信息,请参阅 MSDN .

关于c# - AutomationElement 获取真实类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12489824/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com