关于 Visual Studio 2010 存根生成器的问题
每当我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
?您使用什么方法来生成存根?我通常只使用片段“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/