原来在vs2015下用的挺好,顺便移植到2017下。
用文本打开,在其头部加上
“C:Program Files (x86)Microsoft Visual Studio2017EnterpriseCommon7IDEItemTemplatesCSharpCode2052ClassClass.cs”注释模板
#region << 版 本 注 释 >> /*---------------------------------------------------------------- // Copyright (C) 2017 xx单位
// 版权所有。 // // 文件名:$safeitemname$ // 文件功能描述: // // // 创建者:名字 ($username$) // 时间:$time$ // // 修改人: // 时间: // 修改说明: // // 修改人: // 时间: // 修改说明: // // 版本:V1.0.0 //----------------------------------------------------------------*/ #endregion