Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーが Visual Studio 2005 テンプレートから新しい項目を作成するときに、ファイル名以外の入力を求めることは可能ですか? テンプレートを使用するときに、クラスの名前だけでなく、それ以上の情報を入力すると便利です。
どうやら、これを実現する唯一の方法は、WizardExtension (IWizard を実装するクラスで DLL をコンパイル) を作成し、VSTEMPLATE ファイルでそれを参照することです。