VS 2010クラスまたはインタフェースのテンプレートスタイルの設定

627 ワード

visual studio 2010では、著作権情報の自動追加、クラスの作成者、作成時間など、新しいクラスまたはインタフェースの表示スタイルを設定します.インストールディスクを変更可能Microsoft Visual Studio 10.0Common 7IDEItemTemplatesCacheCSharpCode2052下のClass.zip.rarの中のClasscsファイル.
/*
 * Copyright (c) $year$,***  
 * All rights reserved.
 * 
 *     :$itemname$
 *      :
 * 
 *     :1.0
 *      :$username$
 *     :$time$
 *
 */
namespace $rootnamespace$
{
    using System;

	class $safeitemrootname$
	{
	}
}
                  !     ,          username!
                 !     Interface.zip     ,    ....