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.
VS Package/Extension 有没有办法在运行时以任何方式获取 VisualStudio 主 UI 线程?同样,是否可以为其获取句柄,例如显示一个设置了正确父/所有者的消息框?
要回答我自己的问题 - 有一个 Microsoft.VisualStudio.Shell.ThreadHelper 类提供对 VS UI 线程和句柄的访问,可以使用 IVsUIShell.GetDialogOwnerHwnd() 辅助方法。