获取特定窗口的ITaskbarList3数据
ITaskbarList3接口仅提供setter方法。有没有办法获取特定任务栏条目的信息(例如选项卡的 HWND 列表)?
ITaskbarList3 interface provides only setter methods. Is there a way to get the information (like HWND list of the tabs) for a specific taskbar entry?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,通过任务栏 API 是不可能的。该系统的设计目的是让您只能使用您拥有的任务栏按钮。在这种情况下,不需要 getter,因为如果需要的话,您可以自己记住上次传递给 setter 的值。
No that's not possible through the taskbar API. The system has been designed with the intention that you'll only work on taskbar buttons that you own. In which case there's no need for getters since you can remember for yourself what value you last passed to a setter, should you need to.