d:/program files/microsoft visual studio 8/common7/ide/itemtemplates/web/csharp/2052 系统自带模板
相应的模板复制到
c:/documents and settings/administrator/my documents/visual studio 2005/templates/itemtemplates 自定义模板
模板参数
最好的方法是:
安装的盘符:/program files/microsoft visual studio 8/common7/ide/itemtemplatescache/web/csharp/2052 这个文件夹中相应的文件
$year$ 年
$time$ 年月日时间
$safeitemrootname$ 文件名
$codebesideclassname$ 类名
==============================================================================
http://msdn.microsoft.com/en-us/library/eehb4faa(v=vs.80).aspx vs2005模板参数
http://msdn.microsoft.com/en-us/library/eehb4faa(v=vs.90).aspx vs2008模板参数
例子:
//======================================================================
//版权信息
//copyright (c) $year$ artm
//all rights reserved
//filename :$safeitemrootname$
//created by chens at $time$
//description :
//======================================================================