关于 Visual Studio 2010 存根生成器的问题

发布于 2024-10-26 06:51:05 字数 163 浏览 1 评论 0原文

每当我在 VS 2010 中生成存根方法时,默认情况下我都会自动获得一个私有存根。

有没有什么方法可以一劳永逸地将生成器的默认选择更改为内部?< br> 或者我不允许干扰默认的生成器设置,因此如果我想要更改,我必须始终手动进行?

谢谢

Whenever I generate a stub method in VS 2010 I'm automatically getting a private stub by default..

Is there any way to change once and for all the default choice of the generator to internal for example?
Or I'm not allowed to interfere with the default generator setting and therefore if I want a change I must always do it only manually?

Thanks

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

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

发布评论

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

评论(1

别念他 2024-11-02 06:51:05

?您使用什么方法来生成存根?我通常只使用片段“prop”(tab-tab),它会抛出公共属性。

如果做不到这一点,您可以编写自己的片段。 http://www.visualstudiotutor.com/2010/02/创建片段视觉工作室-2010/

? what method are you using for generating your stubs? I usually just use the snippet "prop"(tab-tab) and it throws out public properties.

Failing that, you can write your own snippets. http://www.visualstudiotutor.com/2010/02/create-snippet-visual-studio-2010/

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