与设计器一起使用 IVsSelectionEvents.OnSelectionChanged

发布于 2024-08-21 01:33:55 字数 529 浏览 4 评论 0原文

我试图使用 IVsMonitorSelection 来了解用户何时选择设计器上的控件(标签、文本框等)。到目前为止,当用户单击“解决方案资源管理器”窗口中的项目以及单击设计器窗口时,我会收到事件,但是当焦点已经位于设计器窗口上并且他选择另一个控件时,就没有事件。

Social.msdn 上的最后评论 问题表明这是不可能的。但是有人问另一个问题 似乎可以做到。

ToolWindow 是否可以知道当前选择的设计器上的哪个控件?

谢谢。

I'm trying to use IVsMonitorSelection to know when the user is selection a control (label, textbox, etc.) on the designer. So far I get events when the user click on item from the "Solution Explorer" window and when he click on the designer window, but when the focus is already on the designer window and he select another control, there's no event.

The last comment on a social.msdn question suggest it's not possible. But someone who asked another question seem to be able to do it.

Is it possible or not to have a ToolWindow that know which control on the designer that is currently selected?

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

酒中人 2024-08-28 01:33:55

属性窗口知道设计器中选择了哪个控件,因此您肯定可以获得所选的控件。多做一些研究

问候
Muse VS 扩展

The property window knows which control is selected in the designer, so definitely you can get the selected control. Just do some more research

Regards
Muse VSExtensions

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