标签: visual-studio envdte
使用Visual Studio DTE,我可以使用ExecuteCommand方法执行命令。但是,它们是异步执行的。我想等到ExecuteCommand方法完成后再调用下一个方法。有没有办法同步调用ExecuteCommand?