Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就我而言,我必须决定叙述者是否正在运行。我正在使用下面的代码行来检查叙述者是否正在运行。
var isNarratorStarted = AutomationPeer.ListenerExists(AutomationEvents.AutomationFocusChanged);.
即使讲述人关闭且 WindowsInspector 正在运行,上述代码也会返回 true。
我的目标是仅检测讲述人是否正在运行。