与设计器一起使用 IVsSelectionEvents.OnSelectionChanged
我试图使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
属性窗口知道设计器中选择了哪个控件,因此您肯定可以获得所选的控件。多做一些研究
问候
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