您能让 Visual Studio 2005 为您的启动程序提供命令行参数吗?
出于测试目的,Visual Studio IDE 中是否有某个位置可以指定从 IDE 启动启动项目时要发送到启动项目的命令行参数?
预先感谢您的所有帮助!
For testing purposes, is there some place in the Visual Studio IDE where you can specify the command line parameters that you want sent to your startup project when it's launched from the IDE?
Thanks in advance for all your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是 - 单击项目的“属性”,然后单击“调试”,然后单击“命令参数”。 您可以在此处输入命令行参数,它们将在启动时传递到您的应用程序。
Yes - click on Properties for your project, then Debugging, then Command Arguments. You can type in your command line arguments there, and they will be passed to your application on startup.