是否可以以编程方式访问VS2010中的调用层次结构
Visual Studio 2010添加了调用层次结构功能。有谁知道是否可以从插件中访问它?
Visual studio 2010 has added a call hierarchy function. Does anyone know if it is possible to access this from within a plugin?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试添加对 \Program Files\Microsoft Visual Studio 10.0\Common7\IDE\Microsoft.VisualStudio.CallHierarchy.Package.Definitions.dll 的引用并导入 ICallHierarchy 服务。
ICallHierarchy 允许您:
您可能还需要其他调用层次结构 .dll:
You can try adding a reference to \Program Files\Microsoft Visual Studio 10.0\Common7\IDE\Microsoft.VisualStudio.CallHierarchy.Package.Definitions.dll and importing the ICallHierarchy service.
ICallHierarchy allows you to:
You might also need other Call Hierarchy .dlls: