Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
出于测试目的,在 Visual Studio IDE 中是否有某个地方可以指定从 IDE 启动时要发送到启动项目的命令行参数?
提前感谢您的所有帮助!
是的 - 单击项目的属性,然后单击调试,然后单击命令参数。您可以在那里输入命令行参数,它们将在启动时传递给您的应用程序。