是否可以在 Visual Studio 模板中提示用户输入信息?

发布于 2024-08-06 04:45:09 字数 75 浏览 7 评论 0原文

当用户从 Visual Studio 2005 模板创建新项目时,是否可以提示用户输入多个文件名?当使用模板时,最好不仅仅填写类的名称。

Is it possible to prompt the user for more than just a file name when they create a new item from a Visual Studio 2005 template? It would be nice to have more than just the class's name filled in when a template is used.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鲸落 2024-08-13 04:45:09

显然,实现此目的的唯一方法是创建 WizardExtension(使用实现 IWizard 的类编译 DLL),并在 VSTEMPLATE 文件中引用它。

Apparently, the only way to accomplish this is by creating a WizardExtension (compile a DLL with a class that implements IWizard), and referencing it in the VSTEMPLATE file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文