![]() |
1
0
我不认为有任何方法可以使用Visual Studio模板以这种格式添加日期。根据
the MSDN documentation
,您唯一的日期/时间选项是
|
![]() |
2
0
没有办法用标准的vstemplates来实现这一点。为了将C_输出输入到模板中,您需要创建一个向导,以便为模板填充自己的参数。 |
![]() |
3
0
您可以在代码模板中这样做。我想这就是你想要的: http://theoldsewingfactory.wordpress.com/2010/03/04/code-templates-for-migratordotnet/ |