How to get selected items in Visual Studio ErrorWindow?

前端 未结 0 2032
渐次进展
渐次进展 2021-02-12 05:30

How to get selected items from Visual studio error window? I tried below code

        DTE2 dte2 = Package.GetGlobalService(typeof(DTE)) as DTE2;

        dte2.Exe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题