打印项目文件 [英] Print Project Files

查看:52
本文介绍了打印项目文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Visual Studio 2013中,如何一次打印项目中的所有文件?

In visual studio 2013 how do you print all the files in the Project at once?

谢谢

Gerald

推荐答案

您将需要为VS创建扩展名,以迭代显示文件的项目文件并调用"; File.Print"以编程方式命令(DTE.ExecuteCommand(...)).

You would need to create an extension for VS that iterates the files of a project showing them and calling the "File.Print" command programmatically (DTE.ExecuteCommand(...)).

您可能想使用便宜的第三方解决方案,例如VSCodePrint,它提供了该请求以及更多内容:

You may want to use a cheap 3rd party solution such as VSCodePrint that provides that request and much more:

http://www.starprinttools.com/product_vscodeprint.aspx


这篇关于打印项目文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆