获取特定窗口的ITaskbarList3数据

发布于 2024-11-14 23:09:47 字数 181 浏览 3 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

舂唻埖巳落 2024-11-21 23:09:47

不,通过任务栏 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文